summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Hood <squinky86@gentoo.org>2004-07-06 21:28:29 +0000
committerJon Hood <squinky86@gentoo.org>2004-07-06 21:28:29 +0000
commit9f697fc48267e74d5ddb355890106a03b8079171 (patch)
treed6af387b7e23f669b46c4379d781b1a09767308c /net-p2p/gift-gnutella
parentversion bump. ARCHES: please test and let me know if it is ok to bump. (Manif... (diff)
downloadgentoo-2-9f697fc48267e74d5ddb355890106a03b8079171.tar.gz
gentoo-2-9f697fc48267e74d5ddb355890106a03b8079171.tar.bz2
gentoo-2-9f697fc48267e74d5ddb355890106a03b8079171.zip
fix R/DEPEND irt #34161
Diffstat (limited to 'net-p2p/gift-gnutella')
-rw-r--r--net-p2p/gift-gnutella/ChangeLog5
-rw-r--r--net-p2p/gift-gnutella/gift-gnutella-0.0.9.2.ebuild11
2 files changed, 8 insertions, 8 deletions
diff --git a/net-p2p/gift-gnutella/ChangeLog b/net-p2p/gift-gnutella/ChangeLog
index 1bcbffd1bba8..03ed5d8c27b1 100644
--- a/net-p2p/gift-gnutella/ChangeLog
+++ b/net-p2p/gift-gnutella/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-p2p/gift-gnutella
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-gnutella/ChangeLog,v 1.12 2004/07/01 09:26:46 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-gnutella/ChangeLog,v 1.13 2004/07/06 21:28:29 squinky86 Exp $
+
+ 06 Jul 2004; Jon Hood <squinky86@gentoo.org> gift-gnutella-0.0.9.2.ebuild:
+ fix R/DEPEND irt #34161, thanks Tom Forsythe <gentoobugs@animelover.com>
01 Jul 2004; Jon Hood <squinky86@gentoo.org> gift-gnutella-0.0.9.2.ebuild:
virtual/glibc needs changed to virtual/libc
diff --git a/net-p2p/gift-gnutella/gift-gnutella-0.0.9.2.ebuild b/net-p2p/gift-gnutella/gift-gnutella-0.0.9.2.ebuild
index d2c1a10802a7..ae705a5eaebd 100644
--- a/net-p2p/gift-gnutella/gift-gnutella-0.0.9.2.ebuild
+++ b/net-p2p/gift-gnutella/gift-gnutella-0.0.9.2.ebuild
@@ -1,8 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-gnutella/gift-gnutella-0.0.9.2.ebuild,v 1.9 2004/07/01 09:26:46 squinky86 Exp $
-
-IUSE=""
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-gnutella/gift-gnutella-0.0.9.2.ebuild,v 1.10 2004/07/06 21:28:29 squinky86 Exp $
IUSE=""
@@ -15,11 +13,10 @@ LICENSE="GPL-2"
KEYWORDS="x86 sparc ~ppc amd64"
DEPEND="virtual/libc
- >=net-p2p/gift-0.11.6
- >=sys-apps/sed-4
- >=sys-libs/zlib-1.1.4"
+ dev-util/pkgconfig"
-S=${WORKDIR}/${P}
+RDEPEND=">=net-p2p/gift-0.11.6
+ >=sys-libs/zlib-1.1.4"
src_compile() {
econf || die "failed to configure"