diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-11-01 22:29:41 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-11-01 22:29:41 +0000 |
commit | 004c35ea2ee125466356bc5007998d95ab4765f2 (patch) | |
tree | 4d424204e56a326c937bf1f58f0a2af16b8cf1d4 /net-analyzer/netio/netio-1.23.ebuild | |
parent | Added hppa to KEYWORDS. (diff) | |
download | gentoo-2-004c35ea2ee125466356bc5007998d95ab4765f2.tar.gz gentoo-2-004c35ea2ee125466356bc5007998d95ab4765f2.tar.bz2 gentoo-2-004c35ea2ee125466356bc5007998d95ab4765f2.zip |
adding unzip. Closes #32485
Diffstat (limited to 'net-analyzer/netio/netio-1.23.ebuild')
-rw-r--r-- | net-analyzer/netio/netio-1.23.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-analyzer/netio/netio-1.23.ebuild b/net-analyzer/netio/netio-1.23.ebuild index ea0aafd39605..865c46c6bf34 100644 --- a/net-analyzer/netio/netio-1.23.ebuild +++ b/net-analyzer/netio/netio-1.23.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # 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.3 2003/10/24 13:47:55 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netio/netio-1.23.ebuild,v 1.4 2003/11/01 22:29:37 mholzer 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,7 +9,8 @@ LICENSE="free-noncomm" SLOT="0" KEYWORDS="x86 ppc" IUSE="" -DEPEND="virtual/glibc" +DEPEND="virtual/glibc + app-arch/unzip" RDEPEND="virtual/glibc" S=${WORKDIR}/ |