diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-02-22 00:08:13 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-02-22 00:08:13 +0000 |
commit | 42ef4b30945ece952675a919407668cdb2bf60f0 (patch) | |
tree | 9ede73ce1dc9f27966c7b0bd93e1dd3f10dffd32 /x11-libs | |
parent | stable on alpha (diff) | |
download | gentoo-2-42ef4b30945ece952675a919407668cdb2bf60f0.tar.gz gentoo-2-42ef4b30945ece952675a919407668cdb2bf60f0.tar.bz2 gentoo-2-42ef4b30945ece952675a919407668cdb2bf60f0.zip |
stable on alpha
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/gtk+/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/gtk+/gtk+-2.2.1.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-libs/gtk+/ChangeLog b/x11-libs/gtk+/ChangeLog index 6c77c5e9270c..170ad43fa5fb 100644 --- a/x11-libs/gtk+/ChangeLog +++ b/x11-libs/gtk+/ChangeLog @@ -1,10 +1,13 @@ # ChangeLog for x11-libs/gtk+ # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.52 2003/02/14 04:23:03 nall Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.53 2003/02/22 00:06:52 agriffis Exp $ *gtk+-2.2.1 (04 Feb 2003) - 13 Feb 2003; Jon Nall <nall@gentoo.org> gtk+--2.2.1.ebuild : + 21 Feb 2003; Aron Griffis <agriffis@gentoo.org> gtk+-2.2.1.ebuild : + Mark stable on alpha + + 13 Feb 2003; Jon Nall <nall@gentoo.org> gtk+-2.2.1.ebuild : bumped pango version to 1.1.3 since the gtk+ configure script barfs if xft-2 is installed, but pango <1.1.3 is installed diff --git a/x11-libs/gtk+/gtk+-2.2.1.ebuild b/x11-libs/gtk+/gtk+-2.2.1.ebuild index d5c86bdffc54..d9f6ff9664a2 100644 --- a/x11-libs/gtk+/gtk+-2.2.1.ebuild +++ b/x11-libs/gtk+/gtk+-2.2.1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.2.1.ebuild,v 1.6 2003/02/14 04:23:03 nall Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.2.1.ebuild,v 1.7 2003/02/22 00:06:52 agriffis Exp $ inherit eutils libtool flag-o-matic IUSE="tiff doc jpeg" SLOT="2" -KEYWORDS="x86 ~ppc ~alpha" +KEYWORDS="x86 ~ppc alpha" S="${WORKDIR}/${P}" DESCRIPTION="Gimp ToolKit + " |