diff options
author | 2011-03-16 10:23:49 +0000 | |
---|---|---|
committer | 2011-03-16 10:23:49 +0000 | |
commit | d5566846774b2246d1e20237c15df9f95b0842f4 (patch) | |
tree | c0e9c2b3ee2aff7bf825a35543ac7d2fd93513bc /dev-util/glade/glade-3.6.7.ebuild | |
parent | Fix slot-deps on gtk+ and other libs (diff) | |
download | historical-d5566846774b2246d1e20237c15df9f95b0842f4.tar.gz historical-d5566846774b2246d1e20237c15df9f95b0842f4.tar.bz2 historical-d5566846774b2246d1e20237c15df9f95b0842f4.zip |
Fix slot-deps on gtk+ and other libs
Package-Manager: portage-2.1.9.42/cvs/Linux x86_64
Diffstat (limited to 'dev-util/glade/glade-3.6.7.ebuild')
-rw-r--r-- | dev-util/glade/glade-3.6.7.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dev-util/glade/glade-3.6.7.ebuild b/dev-util/glade/glade-3.6.7.ebuild index 58d631e0aecf..52aee8ca5f59 100644 --- a/dev-util/glade/glade-3.6.7.ebuild +++ b/dev-util/glade/glade-3.6.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.6.7.ebuild,v 1.10 2010/07/20 15:29:48 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.6.7.ebuild,v 1.11 2011/03/16 10:23:49 nirbheek Exp $ EAPI="2" @@ -18,13 +18,13 @@ SLOT="3" KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sh sparc x86 ~x86-fbsd" IUSE="doc gnome python" -RDEPEND=">=dev-libs/glib-2.8.0 - >=x11-libs/gtk+-2.14.0 - >=dev-libs/libxml2-2.4 +RDEPEND=">=dev-libs/glib-2.8.0:2 + >=x11-libs/gtk+-2.14.0:2 + >=dev-libs/libxml2-2.4:2 gnome? ( >=gnome-base/libgnomeui-2.0 >=gnome-base/libbonoboui-2.0 ) - python? ( >=dev-python/pygtk-2.10.0 ) + python? ( >=dev-python/pygtk-2.10.0:2 ) " DEPEND="${RDEPEND} >=dev-util/intltool-0.35 |