diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-24 03:06:17 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-24 03:06:17 +0000 |
commit | 7bb4c0787d9b6cc668aca9e186f9ae46bd3f72e3 (patch) | |
tree | 0ca2f7738ebca6ee52de51b7cbff2dfb7cf9fbf4 /x11-libs/guile-gtk | |
parent | net-misc/l7-filter-1.[01] memory leak fixed in 1.2 and offending versions rem... (diff) | |
download | gentoo-2-7bb4c0787d9b6cc668aca9e186f9ae46bd3f72e3.tar.gz gentoo-2-7bb4c0787d9b6cc668aca9e186f9ae46bd3f72e3.tar.bz2 gentoo-2-7bb4c0787d9b6cc668aca9e186f9ae46bd3f72e3.zip |
Stable on ppc.
(Portage version: 2.0.51.20)
Diffstat (limited to 'x11-libs/guile-gtk')
-rw-r--r-- | x11-libs/guile-gtk/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/guile-gtk/guile-gtk-1.2.0.31.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-libs/guile-gtk/ChangeLog b/x11-libs/guile-gtk/ChangeLog index 40507ba62b13..7321b3ad90cc 100644 --- a/x11-libs/guile-gtk/ChangeLog +++ b/x11-libs/guile-gtk/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/guile-gtk # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/ChangeLog,v 1.13 2005/03/20 04:15:00 kingtaco Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/ChangeLog,v 1.14 2005/04/24 03:02:37 hansmi Exp $ + + 24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> + guile-gtk-1.2.0.31.ebuild: + Stable on ppc. 19 Mar 2005; Mike Doty <kingtaco@gentoo.org> guile-gtk-1.2.0.31.ebuild: ~amd64 added diff --git a/x11-libs/guile-gtk/guile-gtk-1.2.0.31.ebuild b/x11-libs/guile-gtk/guile-gtk-1.2.0.31.ebuild index a67977e246d9..3082a1060eb9 100644 --- a/x11-libs/guile-gtk/guile-gtk-1.2.0.31.ebuild +++ b/x11-libs/guile-gtk/guile-gtk-1.2.0.31.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/guile-gtk-1.2.0.31.ebuild,v 1.6 2005/03/20 04:15:00 kingtaco Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/guile-gtk-1.2.0.31.ebuild,v 1.7 2005/04/24 03:02:37 hansmi Exp $ MAJOR_PV=${PV%.[0-9]*.[0-9]*} MINOR_PV=${PV#[0-9]*.[0-9]*.} @@ -9,7 +9,7 @@ DESCRIPTION="GTK+ bindings for guile" SRC_URI="http://savannah.nongnu.org/download/guile-gtk/${PN}-${MAJOR_PV}-${MINOR_PV}.tar.gz" HOMEPAGE="http://www.ping.de/sites/zagadka/guile-gtk/" -KEYWORDS="~x86 ~ppc ~amd64" +KEYWORDS="~x86 ppc ~amd64" LICENSE="GPL-2" SLOT="0" |