diff options
Diffstat (limited to 'net-p2p/nap/nap-1.5.1.ebuild')
-rw-r--r-- | net-p2p/nap/nap-1.5.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/nap/nap-1.5.1.ebuild b/net-p2p/nap/nap-1.5.1.ebuild index fd406e045d81..643c82434a28 100644 --- a/net-p2p/nap/nap-1.5.1.ebuild +++ b/net-p2p/nap/nap-1.5.1.ebuild @@ -1,6 +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/nap/nap-1.5.1.ebuild,v 1.9 2004/06/25 00:35:10 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/nap/nap-1.5.1.ebuild,v 1.10 2004/07/01 09:37:26 squinky86 Exp $ IUSE="" @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="x86 ppc" LICENSE="as-is" -RDEPEND="virtual/glibc" +RDEPEND="virtual/libc" src_compile() { ./configure --prefix=${D}/usr || die "configure problem" |