diff options
author | Kevin McCarthy <signals@gentoo.org> | 2011-03-02 17:19:33 +0000 |
---|---|---|
committer | Kevin McCarthy <signals@gentoo.org> | 2011-03-02 17:19:33 +0000 |
commit | 45bef70feca71a24f213081f718fa3d246724632 (patch) | |
tree | d3fd4e608663a1d5f33b1d18f421f8bddf34ffa7 /x11-misc/icewmcp | |
parent | Slotted gtk+ depends and EAPI=2 bump to support it. (diff) | |
download | gentoo-2-45bef70feca71a24f213081f718fa3d246724632.tar.gz gentoo-2-45bef70feca71a24f213081f718fa3d246724632.tar.bz2 gentoo-2-45bef70feca71a24f213081f718fa3d246724632.zip |
Slotted gtk+ depends and EAPI=2 bump to support it.
(Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/icewmcp')
-rw-r--r-- | x11-misc/icewmcp/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/icewmcp/icewmcp-3.2-r2.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/x11-misc/icewmcp/ChangeLog b/x11-misc/icewmcp/ChangeLog index 140118bfb124..9be7fbd75084 100644 --- a/x11-misc/icewmcp/ChangeLog +++ b/x11-misc/icewmcp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/icewmcp -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icewmcp/ChangeLog,v 1.12 2010/07/22 03:47:19 phajdan.jr Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icewmcp/ChangeLog,v 1.13 2011/03/02 17:19:33 signals Exp $ + + 02 Mar 2011; Kevin McCarthy <signals@gentoo.org> icewmcp-3.2-r2.ebuild: + Slotted gtk+ depends and EAPI=2 bump to support it. 22 Jul 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> icewmcp-3.2-r2.ebuild: diff --git a/x11-misc/icewmcp/icewmcp-3.2-r2.ebuild b/x11-misc/icewmcp/icewmcp-3.2-r2.ebuild index eac7641f2549..337bab6ff57e 100644 --- a/x11-misc/icewmcp/icewmcp-3.2-r2.ebuild +++ b/x11-misc/icewmcp/icewmcp-3.2-r2.ebuild @@ -1,7 +1,8 @@ -# 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-misc/icewmcp/icewmcp-3.2-r2.ebuild,v 1.2 2010/07/22 03:47:19 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icewmcp/icewmcp-3.2-r2.ebuild,v 1.3 2011/03/02 17:19:33 signals Exp $ +EAPI=2 PYTHON_DEPEND="2" inherit python multilib @@ -21,7 +22,7 @@ KEYWORDS="~amd64 ~ppc x86" IUSE="" DEPEND="x11-wm/icewm >=dev-python/pygtk-1.99 - >=x11-libs/gtk+-2.0.0" + x11-libs/gtk+:2" pkg_setup() { python_set_active_version 2 |