summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin McCarthy <signals@gentoo.org>2011-03-02 17:44:48 +0000
committerKevin McCarthy <signals@gentoo.org>2011-03-02 17:44:48 +0000
commit2e2ca64dc9b5724aadb62dbd05441abef0f215b6 (patch)
tree48b360922afafa44322a3359a4643e280776dc85 /x11-misc
parentCorrect Slots for gtk 3 introduction to tree (diff)
downloadgentoo-2-2e2ca64dc9b5724aadb62dbd05441abef0f215b6.tar.gz
gentoo-2-2e2ca64dc9b5724aadb62dbd05441abef0f215b6.tar.bz2
gentoo-2-2e2ca64dc9b5724aadb62dbd05441abef0f215b6.zip
Slotted gtk+ and glib depends and EAPI=2 bump to support it.
(Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/macopix/ChangeLog7
-rw-r--r--x11-misc/macopix/macopix-1.7.4.ebuild9
2 files changed, 10 insertions, 6 deletions
diff --git a/x11-misc/macopix/ChangeLog b/x11-misc/macopix/ChangeLog
index 2d03385b800c..7c57152000db 100644
--- a/x11-misc/macopix/ChangeLog
+++ b/x11-misc/macopix/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/macopix
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/macopix/ChangeLog,v 1.19 2010/06/26 13:15:49 nixnut Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/macopix/ChangeLog,v 1.20 2011/03/02 17:44:48 signals Exp $
+
+ 02 Mar 2011; Kevin McCarthy <signals@gentoo.org> macopix-1.7.4.ebuild:
+ Slotted gtk+ and glib depends and EAPI=2 bump to support it.
26 Jun 2010; <nixnut@gentoo.org> macopix-1.7.4.ebuild:
ppc stable #322851
diff --git a/x11-misc/macopix/macopix-1.7.4.ebuild b/x11-misc/macopix/macopix-1.7.4.ebuild
index efa58d854409..a45becff1fcb 100644
--- a/x11-misc/macopix/macopix-1.7.4.ebuild
+++ b/x11-misc/macopix/macopix-1.7.4.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/macopix/macopix-1.7.4.ebuild,v 1.3 2010/06/26 13:15:49 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/macopix/macopix-1.7.4.ebuild,v 1.4 2011/03/02 17:44:48 signals Exp $
+EAPI=2
DESCRIPTION="MaCoPiX (Mascot Constructive Pilot for X) is a desktop mascot application on UNIX / X Window system."
HOMEPAGE="http://rosegray.sakura.ne.jp/macopix/index-e.html"
@@ -31,8 +32,8 @@ SLOT="0"
KEYWORDS="~amd64 ppc x86"
IUSE="gnutls nls"
-RDEPEND=">=x11-libs/gtk+-2
- >=dev-libs/glib-2
+RDEPEND="x11-libs/gtk+:2
+ dev-libs/glib:2
nls? ( >=sys-devel/gettext-0.10 )
media-libs/libpng
gnutls? ( net-libs/gnutls )