diff options
author | Brandon Low <lostlogic@gentoo.org> | 2003-08-13 02:41:23 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2003-08-13 02:41:23 +0000 |
commit | 2db0e63c6cbd358749ebfee4b84ffe8fd82b328d (patch) | |
tree | 4c7768422a2d58b0df686b8963ebc61337dc45e4 /net-p2p/giftoxic | |
parent | Marked ~ppc - tested and runs fine on my PowerMac (diff) | |
download | gentoo-2-2db0e63c6cbd358749ebfee4b84ffe8fd82b328d.tar.gz gentoo-2-2db0e63c6cbd358749ebfee4b84ffe8fd82b328d.tar.bz2 gentoo-2-2db0e63c6cbd358749ebfee4b84ffe8fd82b328d.zip |
Fix bad deps on non-existant package
Diffstat (limited to 'net-p2p/giftoxic')
-rw-r--r-- | net-p2p/giftoxic/Manifest | 2 | ||||
-rw-r--r-- | net-p2p/giftoxic/giftoxic-0.0.5.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/giftoxic/Manifest b/net-p2p/giftoxic/Manifest index 2ae09788f9d5..7fe97395a9b0 100644 --- a/net-p2p/giftoxic/Manifest +++ b/net-p2p/giftoxic/Manifest @@ -1,3 +1,3 @@ +MD5 9d6f9ba5df5a4ebe32d15964d7f79a77 giftoxic-0.0.5.ebuild 649 MD5 ec29229cbf0694dc1521b333c6a9ddda ChangeLog 339 -MD5 7c45cc0f14fef02b1dc58a390153a235 giftoxic-0.0.5.ebuild 650 MD5 fd5cf8a4515e062679ba55774e789210 files/digest-giftoxic-0.0.5 66 diff --git a/net-p2p/giftoxic/giftoxic-0.0.5.ebuild b/net-p2p/giftoxic/giftoxic-0.0.5.ebuild index f02e7c0b64d1..ba69c9ce5081 100644 --- a/net-p2p/giftoxic/giftoxic-0.0.5.ebuild +++ b/net-p2p/giftoxic/giftoxic-0.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftoxic/giftoxic-0.0.5.ebuild,v 1.2 2003/02/13 15:19:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftoxic/giftoxic-0.0.5.ebuild,v 1.3 2003/08/13 02:41:08 lostlogic Exp $ MY_P="giFToxic-${PV}" DESCRIPTION="A GTK+2 giFT frontend" @@ -12,7 +12,7 @@ SLOT="0" KEYWORDS="x86" DEPEND=">=x11-libs/gtk+-2.0.3 - net-p2p/gift-cvs" + net-p2p/gift" RDEPEND=${DEPEND} |