diff options
author | 2002-06-25 11:25:41 +0000 | |
---|---|---|
committer | 2002-06-25 11:25:41 +0000 | |
commit | 850b869ec0a7774a8d2c0446b1bfce208e542eff (patch) | |
tree | 7cb4836a3cf0a8ebcaf15a1b40c8e457707c5876 /net-p2p/giftcurs | |
parent | depandency fix (diff) | |
download | gentoo-2-850b869ec0a7774a8d2c0446b1bfce208e542eff.tar.gz gentoo-2-850b869ec0a7774a8d2c0446b1bfce208e542eff.tar.bz2 gentoo-2-850b869ec0a7774a8d2c0446b1bfce208e542eff.zip |
depandency fix
Diffstat (limited to 'net-p2p/giftcurs')
-rw-r--r-- | net-p2p/giftcurs/ChangeLog | 4 | ||||
-rw-r--r-- | net-p2p/giftcurs/giftcurs-0.4.1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-p2p/giftcurs/ChangeLog b/net-p2p/giftcurs/ChangeLog index e6cd8a277b4c..45407874685f 100644 --- a/net-p2p/giftcurs/ChangeLog +++ b/net-p2p/giftcurs/ChangeLog @@ -1,10 +1,10 @@ # ChangeLog for net-p2p/giftcurs # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftcurs/ChangeLog,v 1.2 2002/06/25 11:12:27 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftcurs/ChangeLog,v 1.3 2002/06/25 11:22:15 bangert Exp $ 26 Jun 2002; Thilo Bangert <bangert@gentoo.org> : - moved to net-p2p + moved to net-p2p - fixed depandency: net-misc/gift -> net-p2p/gift *giftcurs-0.4.1 (31 May 2002) diff --git a/net-p2p/giftcurs/giftcurs-0.4.1.ebuild b/net-p2p/giftcurs/giftcurs-0.4.1.ebuild index 36c50a684b70..51837f672fb8 100644 --- a/net-p2p/giftcurs/giftcurs-0.4.1.ebuild +++ b/net-p2p/giftcurs/giftcurs-0.4.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Bart Verwilst <verwilst@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftcurs/giftcurs-0.4.1.ebuild,v 1.1 2002/06/25 10:26:11 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftcurs/giftcurs-0.4.1.ebuild,v 1.2 2002/06/25 11:22:15 bangert Exp $ S="${WORKDIR}/giFTcurs-${PV}" DESCRIPTION="a cursed frontend to the giFT (OpenFT) daemon" @@ -11,7 +11,7 @@ SLOT="0" DEPENDS="virtual/glibc >=sys-libs/ncurses-5.2 - >=net-misc/gift-0.10.0_pre020527" + >=net-p2p/gift-0.10.0_pre020527" src_compile() { local myconf |