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 | e1cdd8e4fc6dfde48e06e9f305921df5aff0be27 (patch) | |
tree | 1f6f982da6aa8ea73b0527b72a6cb3306c0b9bfb /net-p2p/giftcurs/giftcurs-0.5.5.ebuild | |
parent | Marked ~ppc - tested and runs fine on my PowerMac (diff) | |
download | historical-e1cdd8e4fc6dfde48e06e9f305921df5aff0be27.tar.gz historical-e1cdd8e4fc6dfde48e06e9f305921df5aff0be27.tar.bz2 historical-e1cdd8e4fc6dfde48e06e9f305921df5aff0be27.zip |
Fix bad deps on non-existant package
Diffstat (limited to 'net-p2p/giftcurs/giftcurs-0.5.5.ebuild')
-rw-r--r-- | net-p2p/giftcurs/giftcurs-0.5.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/giftcurs/giftcurs-0.5.5.ebuild b/net-p2p/giftcurs/giftcurs-0.5.5.ebuild index 9c6fff2ce39d..9360872486c1 100644 --- a/net-p2p/giftcurs/giftcurs-0.5.5.ebuild +++ b/net-p2p/giftcurs/giftcurs-0.5.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/giftcurs/giftcurs-0.5.5.ebuild,v 1.6 2003/02/13 15:19:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftcurs/giftcurs-0.5.5.ebuild,v 1.7 2003/08/13 02:41:08 lostlogic Exp $ MY_P="giFTcurs-${PV}" S="${WORKDIR}/${MY_P}" @@ -14,7 +14,7 @@ KEYWORDS="x86 sparc ~ppc" DEPEND="virtual/glibc >=sys-libs/ncurses-5.2 - >=net-p2p/gift-cvs-0.10.0" + >=net-p2p/gift-0.10.0" src_compile() { local myconf="" |