diff options
author | Daniel Black <dragonheart@gentoo.org> | 2004-05-10 23:11:06 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2004-05-10 23:11:06 +0000 |
commit | 990191872bbf57c6411c98e0507048322213fd07 (patch) | |
tree | ee8d853c712a1bc2d4ecdd66851ff70baf5072e3 /net-misc/snitch/snitch-0.0.1.ebuild | |
parent | lib64 fix too (diff) | |
download | historical-990191872bbf57c6411c98e0507048322213fd07.tar.gz historical-990191872bbf57c6411c98e0507048322213fd07.tar.bz2 historical-990191872bbf57c6411c98e0507048322213fd07.zip |
added sys-apps/iproute2 dependancy
Diffstat (limited to 'net-misc/snitch/snitch-0.0.1.ebuild')
-rw-r--r-- | net-misc/snitch/snitch-0.0.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-misc/snitch/snitch-0.0.1.ebuild b/net-misc/snitch/snitch-0.0.1.ebuild index 7e99bfbb294a..079c1df994a2 100644 --- a/net-misc/snitch/snitch-0.0.1.ebuild +++ b/net-misc/snitch/snitch-0.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/snitch/snitch-0.0.1.ebuild,v 1.2 2004/05/10 13:01:42 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/snitch/snitch-0.0.1.ebuild,v 1.3 2004/05/10 23:11:06 dragonheart Exp $ DESCRIPTION="Snitch is a powerful packetshaping utility that allows the user to easily harness the power of the Linux tc command to shape network traffic" HOMEPAGE="http://snitch.sourceforge.net/" @@ -15,7 +15,8 @@ KEYWORDS="~x86 ~ppc" IUSE="" DEPEND="virtual/glibc" RDEPEND="${DEPEND} - >=net-firewall/iptables-1.2.9-r1" + >=net-firewall/iptables-1.2.9-r1 + sys-apps/iproute2" src_compile() { emake || die "emake failed" |