summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2003-01-01 02:01:59 +0000
committerAron Griffis <agriffis@gentoo.org>2003-01-01 02:01:59 +0000
commitfedd59d874c94397d90bd90e79a6d989649439c8 (patch)
treefee83c8adbc1f0c8df670f8017e6b54341fedc44 /x11-libs/gtk+
parentfixes to make everyone happy (diff)
downloadgentoo-2-fedd59d874c94397d90bd90e79a6d989649439c8.tar.gz
gentoo-2-fedd59d874c94397d90bd90e79a6d989649439c8.tar.bz2
gentoo-2-fedd59d874c94397d90bd90e79a6d989649439c8.zip
Change glib version dependency for the sake of alpha
Diffstat (limited to 'x11-libs/gtk+')
-rw-r--r--x11-libs/gtk+/ChangeLog6
-rw-r--r--x11-libs/gtk+/gtk+-2.0.9.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-libs/gtk+/ChangeLog b/x11-libs/gtk+/ChangeLog
index 2d40d487e500..535f6d97a930 100644
--- a/x11-libs/gtk+/ChangeLog
+++ b/x11-libs/gtk+/ChangeLog
@@ -1,6 +1,10 @@
# 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.43 2002/12/24 20:21:53 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.44 2003/01/01 02:01:59 agriffis Exp $
+
+ 31 Dec 2002; Aron Griffis <agriffis@gentoo.org> gtk+-2.0.9.ebuild :
+ glib-2.0.7 is broken on alpha, so change the dependency here to version
+ 2.0.6 which works fine with gtk+-2.0.9
24 Dec 2002; Martin Schlemmer <azarah@gentoo.org> gtk+-2.2.0.ebuild :
Fix to depend on glib-2.2.0, else it fails with unresolved symbols ..
diff --git a/x11-libs/gtk+/gtk+-2.0.9.ebuild b/x11-libs/gtk+/gtk+-2.0.9.ebuild
index 6cf6acc9aa21..aa74e96dfffd 100644
--- a/x11-libs/gtk+/gtk+-2.0.9.ebuild
+++ b/x11-libs/gtk+/gtk+-2.0.9.ebuild
@@ -1,6 +1,6 @@
# 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.9.ebuild,v 1.5 2002/12/15 10:44:24 bjb Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.0.9.ebuild,v 1.6 2003/01/01 02:01:59 agriffis Exp $
inherit eutils libtool flag-o-matic
@@ -16,7 +16,7 @@ LICENSE="LGPL-2.1"
KEYWORDS="x86 ~ppc ~sparc ~alpha"
RDEPEND="virtual/x11
- >=dev-libs/glib-2.0.7
+ >=dev-libs/glib-2.0.6
>=dev-libs/atk-1.0.3-r1
>=x11-libs/pango-1.0.4-r1
>=media-libs/libpng-1.2.1