diff options
author | Kevin McCarthy <signals@gentoo.org> | 2011-03-02 17:22:22 +0000 |
---|---|---|
committer | Kevin McCarthy <signals@gentoo.org> | 2011-03-02 17:22:22 +0000 |
commit | 1820f9ca9625e2ea1761f4fc5d4f329137846365 (patch) | |
tree | 2cae75dec7c2462a001ea2cd4aa6c1d88ddfa1c2 /x11-misc/iconbox/iconbox-0.2.ebuild | |
parent | Delete older ebuild. (diff) | |
download | gentoo-2-1820f9ca9625e2ea1761f4fc5d4f329137846365.tar.gz gentoo-2-1820f9ca9625e2ea1761f4fc5d4f329137846365.tar.bz2 gentoo-2-1820f9ca9625e2ea1761f4fc5d4f329137846365.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/iconbox/iconbox-0.2.ebuild')
-rw-r--r-- | x11-misc/iconbox/iconbox-0.2.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-misc/iconbox/iconbox-0.2.ebuild b/x11-misc/iconbox/iconbox-0.2.ebuild index cde3353b0248..44eee5ccd3dd 100644 --- a/x11-misc/iconbox/iconbox-0.2.ebuild +++ b/x11-misc/iconbox/iconbox-0.2.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2006 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/iconbox/iconbox-0.2.ebuild,v 1.6 2006/04/10 19:50:12 smithj Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/iconbox/iconbox-0.2.ebuild,v 1.7 2011/03/02 17:22:22 signals Exp $ +EAPI=2 MY_P="${P/-/_}" DESCRIPTION="App for placing icons in a menu which auto-hides" @@ -13,7 +14,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc x86" IUSE="" -DEPEND="=x11-libs/gtk+-2* +DEPEND="x11-libs/gtk+:2 dev-perl/gtk2-perl" src_compile() { |