diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-07-01 19:52:45 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-07-01 19:52:45 +0000 |
commit | de802e6884e93ca69e79b6f5bf49caf06160daab (patch) | |
tree | 94ca6b39daf7b31f42f079cb4486093d1686d0f2 /net-analyzer/gnu-netcat/gnu-netcat-0.7.1.ebuild | |
parent | virtual/glibc -> virtual/libc (diff) | |
download | historical-de802e6884e93ca69e79b6f5bf49caf06160daab.tar.gz historical-de802e6884e93ca69e79b6f5bf49caf06160daab.tar.bz2 historical-de802e6884e93ca69e79b6f5bf49caf06160daab.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'net-analyzer/gnu-netcat/gnu-netcat-0.7.1.ebuild')
-rw-r--r-- | net-analyzer/gnu-netcat/gnu-netcat-0.7.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/gnu-netcat/gnu-netcat-0.7.1.ebuild b/net-analyzer/gnu-netcat/gnu-netcat-0.7.1.ebuild index 9e09117dbce0..cf5289a0aea8 100644 --- a/net-analyzer/gnu-netcat/gnu-netcat-0.7.1.ebuild +++ b/net-analyzer/gnu-netcat/gnu-netcat-0.7.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-analyzer/gnu-netcat/gnu-netcat-0.7.1.ebuild,v 1.2 2004/06/25 03:22:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/gnu-netcat/gnu-netcat-0.7.1.ebuild,v 1.3 2004/07/01 19:47:47 squinky86 Exp $ inherit eutils gcc flag-o-matic @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~alpha ~arm ~hppa ~amd64" IUSE="nls debug" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" S=${WORKDIR}/netcat-${PV} |