diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-07-01 20:05:49 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-07-01 20:05:49 +0000 |
commit | c8b331077f36cef34b2952b57dd30b006551299c (patch) | |
tree | adc69b54fdf5cc2cbe6e28511152f9a0434f62e3 /net-analyzer/netio/netio-1.23.ebuild | |
parent | Fix docs building. Resolves bug #55700. (Manifest recommit) (diff) | |
download | gentoo-2-c8b331077f36cef34b2952b57dd30b006551299c.tar.gz gentoo-2-c8b331077f36cef34b2952b57dd30b006551299c.tar.bz2 gentoo-2-c8b331077f36cef34b2952b57dd30b006551299c.zip |
virtual/glibc -> virtual/libc, add metadata.xml
Diffstat (limited to 'net-analyzer/netio/netio-1.23.ebuild')
-rw-r--r-- | net-analyzer/netio/netio-1.23.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/netio/netio-1.23.ebuild b/net-analyzer/netio/netio-1.23.ebuild index 8ce373079dc2..dc8e47d84cee 100644 --- a/net-analyzer/netio/netio-1.23.ebuild +++ b/net-analyzer/netio/netio-1.23.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/netio/netio-1.23.ebuild,v 1.6 2004/06/24 22:11:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netio/netio-1.23.ebuild,v 1.7 2004/07/01 20:05:49 squinky86 Exp $ DESCRIPTION="a network benchmark for DOS, OS/2, Windows NT and Unix that measures net througput with NetBIOS and TCP/IP protocols." HOMEPAGE="http://freshmeat.net/projects/netio/" @@ -9,9 +9,9 @@ LICENSE="free-noncomm" SLOT="0" KEYWORDS="x86 ppc ~sparc" IUSE="" -DEPEND="virtual/glibc +DEPEND="virtual/libc app-arch/unzip" -RDEPEND="virtual/glibc" +RDEPEND="virtual/libc" S=${WORKDIR}/ src_compile() { |