diff options
author | Kevin McCarthy <signals@gentoo.org> | 2011-03-02 21:09:08 +0000 |
---|---|---|
committer | Kevin McCarthy <signals@gentoo.org> | 2011-03-02 21:09:08 +0000 |
commit | cef5b100e58cdac3dd1d0123979ad4d25cbd0b95 (patch) | |
tree | de1f6d19dd1431b28dc39301d4a8492c75e260a4 /x11-plugins/guifications | |
parent | Slotted gtk+ depend and EAPI=2 bump to support it. (diff) | |
download | historical-cef5b100e58cdac3dd1d0123979ad4d25cbd0b95.tar.gz historical-cef5b100e58cdac3dd1d0123979ad4d25cbd0b95.tar.bz2 historical-cef5b100e58cdac3dd1d0123979ad4d25cbd0b95.zip |
Slotted gtk+ depend.
Package-Manager: portage-2.2.0_alpha25/cvs/Linux x86_64
Diffstat (limited to 'x11-plugins/guifications')
-rw-r--r-- | x11-plugins/guifications/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/guifications/guifications-2.16.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-plugins/guifications/ChangeLog b/x11-plugins/guifications/ChangeLog index de92cdcb593d..f262d5562c4f 100644 --- a/x11-plugins/guifications/ChangeLog +++ b/x11-plugins/guifications/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/guifications -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/guifications/ChangeLog,v 1.61 2009/08/16 09:09:12 betelgeuse Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/guifications/ChangeLog,v 1.62 2011/03/02 21:05:47 signals Exp $ + + 02 Mar 2011; Kevin McCarthy <signals@gentoo.org> guifications-2.16.ebuild: + Slotted gtk+ depend. 16 Aug 2009; Petteri Räty <betelgeuse@gentoo.org> guifications-2.16.ebuild: diff --git a/x11-plugins/guifications/guifications-2.16.ebuild b/x11-plugins/guifications/guifications-2.16.ebuild index 4f48b071dc54..067a74df77e8 100644 --- a/x11-plugins/guifications/guifications-2.16.ebuild +++ b/x11-plugins/guifications/guifications-2.16.ebuild @@ -1,6 +1,6 @@ -# 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/x11-plugins/guifications/guifications-2.16.ebuild,v 1.9 2009/08/16 09:09:12 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/guifications/guifications-2.16.ebuild,v 1.10 2011/03/02 21:05:47 signals Exp $ EAPI="2" @@ -20,7 +20,7 @@ KEYWORDS="amd64 hppa ppc sparc x86" IUSE="debug nls" RDEPEND="net-im/pidgin[gtk] - >=x11-libs/gtk+-2" + x11-libs/gtk+:2" DEPEND="${DEPEND} dev-util/pkgconfig" |