diff options
author | 2011-03-02 21:09:08 +0000 | |
---|---|---|
committer | 2011-03-02 21:09:08 +0000 | |
commit | f493e74d56715459765fc885c1669078f5108299 (patch) | |
tree | 6dfad88674f02ab93de068dea23f5c9e8e14d90e /x11-plugins/pidgin-hotkeys | |
parent | Correct Slots for gtk 3 introduction to tree (diff) | |
download | gentoo-2-f493e74d56715459765fc885c1669078f5108299.tar.gz gentoo-2-f493e74d56715459765fc885c1669078f5108299.tar.bz2 gentoo-2-f493e74d56715459765fc885c1669078f5108299.zip |
Slotted gtk+ depend.
(Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins/pidgin-hotkeys')
-rw-r--r-- | x11-plugins/pidgin-hotkeys/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-plugins/pidgin-hotkeys/ChangeLog b/x11-plugins/pidgin-hotkeys/ChangeLog index 2eac479087c0..9a08564653cb 100644 --- a/x11-plugins/pidgin-hotkeys/ChangeLog +++ b/x11-plugins/pidgin-hotkeys/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/pidgin-hotkeys -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-hotkeys/ChangeLog,v 1.17 2010/11/16 08:46:38 pva Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-hotkeys/ChangeLog,v 1.18 2011/03/02 21:09:08 signals Exp $ + + 02 Mar 2011; Kevin McCarthy <signals@gentoo.org> pidgin-hotkeys-0.2.4.ebuild: + Slotted gtk+ depend. 16 Nov 2010; Peter Volkov <pva@gentoo.org> -pidgin-hotkeys-0.2.3.ebuild: Drop old. diff --git a/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.4.ebuild b/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.4.ebuild index e37553da58b0..8b730834403c 100644 --- a/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.4.ebuild +++ b/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.4.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/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.4.ebuild,v 1.5 2010/10/26 14:31:29 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.4.ebuild,v 1.6 2011/03/02 21:09:08 signals Exp $ EAPI="2" @@ -16,7 +16,7 @@ KEYWORDS="amd64 hppa ppc x86" IUSE="" RDEPEND="net-im/pidgin[gtk] - >=x11-libs/gtk+-2" + x11-libs/gtk+:2" DEPEND="${RDEPEND} dev-util/pkgconfig" |