diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-28 14:21:28 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-28 14:21:28 +0000 |
commit | 702b1f0791c35828324b5f4756c2e9a5832b9970 (patch) | |
tree | 3f78c40f2b86c8bdcd7222ff61482a45f80d6e11 /net-p2p | |
parent | Fix the new version, bug #360915 (diff) | |
download | gentoo-2-702b1f0791c35828324b5f4756c2e9a5832b9970.tar.gz gentoo-2-702b1f0791c35828324b5f4756c2e9a5832b9970.tar.bz2 gentoo-2-702b1f0791c35828324b5f4756c2e9a5832b9970.zip |
Fix slot-dep on gtk+
(Portage version: 2.1.9.44/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/giftoxic/ChangeLog | 8 | ||||
-rw-r--r-- | net-p2p/giftoxic/giftoxic-0.0.10.ebuild | 7 |
2 files changed, 10 insertions, 5 deletions
diff --git a/net-p2p/giftoxic/ChangeLog b/net-p2p/giftoxic/ChangeLog index dedde27956e4..aaf627ae71e2 100644 --- a/net-p2p/giftoxic/ChangeLog +++ b/net-p2p/giftoxic/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/giftoxic -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftoxic/ChangeLog,v 1.16 2008/04/13 14:56:34 betelgeuse Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftoxic/ChangeLog,v 1.17 2011/03/28 14:21:28 nirbheek Exp $ + + 28 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> + giftoxic-0.0.10.ebuild: + Fix slot-dep on gtk+ 13 Apr 2008; Petteri Räty <betelgeuse@gentoo.org> giftoxic-0.0.10.ebuild: Remove RDEPEND on pkgconfig and use emake. diff --git a/net-p2p/giftoxic/giftoxic-0.0.10.ebuild b/net-p2p/giftoxic/giftoxic-0.0.10.ebuild index b4d12b1c21b4..c9dfe35613f1 100644 --- a/net-p2p/giftoxic/giftoxic-0.0.10.ebuild +++ b/net-p2p/giftoxic/giftoxic-0.0.10.ebuild @@ -1,7 +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/net-p2p/giftoxic/giftoxic-0.0.10.ebuild,v 1.9 2008/04/13 14:56:34 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftoxic/giftoxic-0.0.10.ebuild,v 1.10 2011/03/28 14:21:28 nirbheek Exp $ +EAPI="1" IUSE="" MY_P="giFToxic-${PV}" @@ -14,7 +15,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 amd64 ~ppc" -RDEPEND=">=x11-libs/gtk+-2.0.3 +RDEPEND=">=x11-libs/gtk+-2.0.3:2 net-p2p/gift" DEPEND="${RDEPEND} dev-util/pkgconfig" |