diff options
author | Jon Nall <nall@gentoo.org> | 2003-02-14 04:23:03 +0000 |
---|---|---|
committer | Jon Nall <nall@gentoo.org> | 2003-02-14 04:23:03 +0000 |
commit | 4e9539a3d8d6a2ffde37115452ff13ba72c8e3df (patch) | |
tree | 345ba300ef0af680f91b45e7fad4c4f411acaeb5 /x11-libs | |
parent | bumped required pango version (diff) | |
download | gentoo-2-4e9539a3d8d6a2ffde37115452ff13ba72c8e3df.tar.gz gentoo-2-4e9539a3d8d6a2ffde37115452ff13ba72c8e3df.tar.bz2 gentoo-2-4e9539a3d8d6a2ffde37115452ff13ba72c8e3df.zip |
bumped required pango version to workaround configure bug
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/gtk+/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/gtk+/gtk+-2.2.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-libs/gtk+/ChangeLog b/x11-libs/gtk+/ChangeLog index aea0212096a9..6c77c5e9270c 100644 --- a/x11-libs/gtk+/ChangeLog +++ b/x11-libs/gtk+/ChangeLog @@ -1,9 +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.51 2003/02/12 09:22:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.52 2003/02/14 04:23:03 nall Exp $ *gtk+-2.2.1 (04 Feb 2003) + 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 + 07 Feb 2003; foser <foser@gentoo.org> gtk+-2.2.1.ebuild : Added alpha blended disabled icons patch diff --git a/x11-libs/gtk+/gtk+-2.2.1.ebuild b/x11-libs/gtk+/gtk+-2.2.1.ebuild index fa2f65648438..d5c86bdffc54 100644 --- a/x11-libs/gtk+/gtk+-2.2.1.ebuild +++ b/x11-libs/gtk+/gtk+-2.2.1.ebuild @@ -1,6 +1,6 @@ # 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.5 2003/02/13 16:57:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.2.1.ebuild,v 1.6 2003/02/14 04:23:03 nall Exp $ inherit eutils libtool flag-o-matic @@ -17,7 +17,7 @@ LICENSE="LGPL-2.1" RDEPEND="virtual/x11 >=dev-libs/glib-2.2.0 >=dev-libs/atk-1.2.0 - >=x11-libs/pango-1.0.1 + >=x11-libs/pango-1.1.3 >=media-libs/libpng-1.2.1 jpeg? ( >=media-libs/jpeg-6b-r2 ) tiff? ( >=media-libs/tiff-3.5.7 )" |