diff options
author | Homer Parker <hparker@gentoo.org> | 2005-11-11 22:23:32 +0000 |
---|---|---|
committer | Homer Parker <hparker@gentoo.org> | 2005-11-11 22:23:32 +0000 |
commit | 19cd732032f886396e6dc80e19a913cbc4e6eeae (patch) | |
tree | 7cf4f9c15e1cd12a86277453882f241bf5fe14da /x11-libs/guile-gtk | |
parent | Added ~sh to keywords (diff) | |
download | gentoo-2-19cd732032f886396e6dc80e19a913cbc4e6eeae.tar.gz gentoo-2-19cd732032f886396e6dc80e19a913cbc4e6eeae.tar.bz2 gentoo-2-19cd732032f886396e6dc80e19a913cbc4e6eeae.zip |
Stable on amd64, fixes bug #107840
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'x11-libs/guile-gtk')
-rw-r--r-- | x11-libs/guile-gtk/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/guile-gtk/guile-gtk-1.2.0.41.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/guile-gtk/ChangeLog b/x11-libs/guile-gtk/ChangeLog index 4bdd9d637ac7..6d8e88be042f 100644 --- a/x11-libs/guile-gtk/ChangeLog +++ b/x11-libs/guile-gtk/ChangeLog @@ -1,6 +1,9 @@ # 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.17 2005/10/06 19:05:51 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/ChangeLog,v 1.18 2005/11/11 22:23:32 hparker Exp $ + + 11 Nov 2005; Homer Parker <hparker@gentoo.org> guile-gtk-1.2.0.41.ebuild: + Stable on amd64, fixes bug #107840 06 Oct 2005; Michael Hanselmann <hansmi@gentoo.org> guile-gtk-1.2.0.41.ebuild: diff --git a/x11-libs/guile-gtk/guile-gtk-1.2.0.41.ebuild b/x11-libs/guile-gtk/guile-gtk-1.2.0.41.ebuild index 2318964bed9c..6ed4f9bada9f 100644 --- a/x11-libs/guile-gtk/guile-gtk-1.2.0.41.ebuild +++ b/x11-libs/guile-gtk/guile-gtk-1.2.0.41.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.41.ebuild,v 1.3 2005/10/06 19:05:51 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/guile-gtk-1.2.0.41.ebuild,v 1.4 2005/11/11 22:23:32 hparker Exp $ MAJOR_PV=${PV%.[0-9]*.[0-9]*} MINOR_PV=${PV#[0-9]*.[0-9]*.} @@ -10,7 +10,7 @@ HOMEPAGE="http://www.gnu.org/software/guile-gtk/" SRC_URI="http://savannah.nongnu.org/download/guile-gtk/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ppc x86" +KEYWORDS="amd64 ppc x86" IUSE="" |