summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin McCarthy <signals@gentoo.org>2011-03-02 17:09:35 +0000
committerKevin McCarthy <signals@gentoo.org>2011-03-02 17:09:35 +0000
commit5a9528c05477d9e8bd58d05c24a2f14d6135231b (patch)
treeac2803e07e8ffaac757acc76265019a784358964 /x11-misc/gxmessage
parentSlotted gtk+ depends and EAPI=2 bump to support it. (diff)
downloadgentoo-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')
-rw-r--r--x11-misc/gxmessage/ChangeLog7
-rw-r--r--x11-misc/gxmessage/gxmessage-2.6.2.ebuild8
2 files changed, 10 insertions, 5 deletions
diff --git a/x11-misc/gxmessage/ChangeLog b/x11-misc/gxmessage/ChangeLog
index 66b80acc4f70..178da4691f61 100644
--- a/x11-misc/gxmessage/ChangeLog
+++ b/x11-misc/gxmessage/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/gxmessage
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/gxmessage/ChangeLog,v 1.28 2010/02/10 11:22:15 ssuominen Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/gxmessage/ChangeLog,v 1.29 2011/03/02 17:09:35 signals Exp $
+
+ 02 Mar 2011; Kevin McCarthy <signals@gentoo.org> gxmessage-2.6.2.ebuild:
+ Slotted gtk+ depends and EAPI=2 bump to support it.
*gxmessage-2.12.4 (10 Feb 2010)
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"