diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2002-11-12 00:24:45 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2002-11-12 00:24:45 +0000 |
commit | 7bb93296c6e865a5b416986da1845df9e93942cb (patch) | |
tree | d828e3a93f7ddf86b63db47f2a88098d5ba6f39e /x11-libs | |
parent | stable for x86 (diff) | |
download | historical-7bb93296c6e865a5b416986da1845df9e93942cb.tar.gz historical-7bb93296c6e865a5b416986da1845df9e93942cb.tar.bz2 historical-7bb93296c6e865a5b416986da1845df9e93942cb.zip |
stable for x86
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/gtk+/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/gtk+/gtk+-2.0.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/gtk+/ChangeLog b/x11-libs/gtk+/ChangeLog index a96cfb8a3d5f..64e48104838a 100644 --- a/x11-libs/gtk+/ChangeLog +++ b/x11-libs/gtk+/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for x11-libs/gtk+ # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.32 2002/11/09 21:54:01 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.33 2002/11/12 00:24:45 spider Exp $ *gtk+-2.0.8 (09 Nov 2002) + + 11 Nov 2002; Spider <spider@gentoo.org> gtk+-2.0.8.ebuild : + stabilized for x86 09 Nov 2002; Spider <spider@gentoo.org> gtk+-2.0.8.ebuild files/digest-gtk+-2.0.8 : New version fixes the patch needed for last version diff --git a/x11-libs/gtk+/gtk+-2.0.8.ebuild b/x11-libs/gtk+/gtk+-2.0.8.ebuild index 6bf4b35c1caf..6528fb3aff43 100644 --- a/x11-libs/gtk+/gtk+-2.0.8.ebuild +++ b/x11-libs/gtk+/gtk+-2.0.8.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.0.8.ebuild,v 1.1 2002/11/09 21:54:01 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.0.8.ebuild,v 1.2 2002/11/12 00:24:45 spider Exp $ IUSE="tiff doc jpeg" inherit libtool flag-o-matic SLOT="2" -KEYWORDS="~x86 ~ppc ~sparc ~sparc64 ~alpha" +KEYWORDS="x86 ~ppc ~sparc ~sparc64 ~alpha" S=${WORKDIR}/${P} DESCRIPTION="Gimp ToolKit + " |