diff options
author | Kevin McCarthy <signals@gentoo.org> | 2011-03-02 17:09:35 +0000 |
---|---|---|
committer | Kevin McCarthy <signals@gentoo.org> | 2011-03-02 17:09:35 +0000 |
commit | 5a9528c05477d9e8bd58d05c24a2f14d6135231b (patch) | |
tree | ac2803e07e8ffaac757acc76265019a784358964 /x11-misc/gxmessage/gxmessage-2.6.2.ebuild | |
parent | Slotted gtk+ depends and EAPI=2 bump to support it. (diff) | |
download | gentoo-2-5a9528c05477d9e8bd58d05c24a2f14d6135231b.tar.gz gentoo-2-5a9528c05477d9e8bd58d05c24a2f14d6135231b.tar.bz2 gentoo-2-5a9528c05477d9e8bd58d05c24a2f14d6135231b.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/gxmessage/gxmessage-2.6.2.ebuild')
-rw-r--r-- | x11-misc/gxmessage/gxmessage-2.6.2.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/x11-misc/gxmessage/gxmessage-2.6.2.ebuild b/x11-misc/gxmessage/gxmessage-2.6.2.ebuild index 7b578f313cf0..000bf5b83c70 100644 --- a/x11-misc/gxmessage/gxmessage-2.6.2.ebuild +++ b/x11-misc/gxmessage/gxmessage-2.6.2.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2008 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/gxmessage/gxmessage-2.6.2.ebuild,v 1.7 2008/03/23 21:52:40 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gxmessage/gxmessage-2.6.2.ebuild,v 1.8 2011/03/02 17:09:35 signals Exp $ + +EAPI=2 DESCRIPTION="A GTK2 based xmessage clone" HOMEPAGE="http://homepages.ihug.co.nz/~trmusson/programs.html#gxmessage" @@ -11,7 +13,7 @@ SLOT="0" KEYWORDS="amd64 ppc sparc x86 ~x86-fbsd" IUSE="" -RDEPEND=">=x11-libs/gtk+-2.6" +RDEPEND="x11-libs/gtk+:2" DEPEND="${RDEPEND} dev-util/pkgconfig" |