diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:48:02 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:48:02 +0000 |
commit | 3a4d600294dc1ae1f803edc28827c76ad915be3a (patch) | |
tree | 9f81f8aeabc655e5a5c71b42aba60e78bf830e26 /net-analyzer/iptraf | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P} (Manifest recommit) (diff) | |
download | gentoo-2-3a4d600294dc1ae1f803edc28827c76ad915be3a.tar.gz gentoo-2-3a4d600294dc1ae1f803edc28827c76ad915be3a.tar.bz2 gentoo-2-3a4d600294dc1ae1f803edc28827c76ad915be3a.zip |
fix double IUSE
Diffstat (limited to 'net-analyzer/iptraf')
-rw-r--r-- | net-analyzer/iptraf/iptraf-2.7.0-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-analyzer/iptraf/iptraf-2.7.0-r1.ebuild b/net-analyzer/iptraf/iptraf-2.7.0-r1.ebuild index 49f1ff8fac7f..4f39265fcfa5 100644 --- a/net-analyzer/iptraf/iptraf-2.7.0-r1.ebuild +++ b/net-analyzer/iptraf/iptraf-2.7.0-r1.ebuild @@ -1,19 +1,18 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/iptraf-2.7.0-r1.ebuild,v 1.10 2004/07/09 20:18:05 eldad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/iptraf-2.7.0-r1.ebuild,v 1.11 2004/07/15 03:44:39 agriffis Exp $ V6PATCH_LEVEL=alpha11 DESCRIPTION="IPTraf is an ncurses-based IP LAN monitor" SRC_URI="ftp://ftp.cebu.mozcom.com/pub/linux/net/${P}.tar.gz http://dev.gentoo.org/~gmsoft/${P}-ipv6-${V6PATCH_LEVEL}.diff" HOMEPAGE="http://cebu.mozcom.com/riker/iptraf/" -IUSE="ipv6" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ~ppc sparc alpha hppa ~amd64 mips" +IUSE="ipv6" DEPEND=">=sys-libs/ncurses-5.2-r1" -IUSE="" src_unpack() { unpack ${P}.tar.gz |