diff options
author | Angelo Arrifano <miknix@gentoo.org> | 2011-03-05 17:35:07 +0000 |
---|---|---|
committer | Angelo Arrifano <miknix@gentoo.org> | 2011-03-05 17:35:07 +0000 |
commit | e222b192590e2c09dfaa162d8a74ec73d8f8bc0f (patch) | |
tree | 834bf797ebac7fa9356c80ce789e2afea2c8234f /gpe-base | |
parent | alpha/ia64/sh/sparc stable wrt #353434 (diff) | |
download | gentoo-2-e222b192590e2c09dfaa162d8a74ec73d8f8bc0f.tar.gz gentoo-2-e222b192590e2c09dfaa162d8a74ec73d8f8bc0f.tar.bz2 gentoo-2-e222b192590e2c09dfaa162d8a74ec73d8f8bc0f.zip |
Added DEPEND on slotted gtk+-2, to work with upcoming gtk-3.
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'gpe-base')
-rw-r--r-- | gpe-base/gpe-icons/ChangeLog | 7 | ||||
-rw-r--r-- | gpe-base/gpe-icons/gpe-icons-0.25.ebuild | 8 |
2 files changed, 10 insertions, 5 deletions
diff --git a/gpe-base/gpe-icons/ChangeLog b/gpe-base/gpe-icons/ChangeLog index 8253e7a79c38..56c706560d48 100644 --- a/gpe-base/gpe-icons/ChangeLog +++ b/gpe-base/gpe-icons/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gpe-base/gpe-icons -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gpe-base/gpe-icons/ChangeLog,v 1.6 2009/07/13 23:27:46 miknix Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gpe-base/gpe-icons/ChangeLog,v 1.7 2011/03/05 17:35:07 miknix Exp $ + + 05 Mar 2011; Angelo Arrifano <miknix@gentoo.org> gpe-icons-0.25.ebuild: + Added DEPEND on slotted gtk+-2, to work with upcoming gtk-3. 13 Jul 2009; Angelo Arrifano <miknix@gentoo.org> gpe-icons-0.25.ebuild: arm stable - bug #276829 diff --git a/gpe-base/gpe-icons/gpe-icons-0.25.ebuild b/gpe-base/gpe-icons/gpe-icons-0.25.ebuild index e8ed59add51d..0e6fc246dccc 100644 --- a/gpe-base/gpe-icons/gpe-icons-0.25.ebuild +++ b/gpe-base/gpe-icons/gpe-icons-0.25.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gpe-base/gpe-icons/gpe-icons-0.25.ebuild,v 1.6 2009/07/13 23:27:46 miknix Exp $ +# $Header: /var/cvsroot/gentoo-x86/gpe-base/gpe-icons/gpe-icons-0.25.ebuild,v 1.7 2011/03/05 17:35:07 miknix Exp $ + +EAPI="1" inherit gpe @@ -13,7 +15,7 @@ IUSE="${IUSE}" GPE_DOCS="README" RDEPEND="${RDEPEND} - >=x11-libs/gtk+-2.6.3" + x11-libs/gtk+:2" DEPEND="${DEPEND} ${RDEPEND}" |