diff options
author | 2004-05-10 23:11:06 +0000 | |
---|---|---|
committer | 2004-05-10 23:11:06 +0000 | |
commit | 710adc4a4d77d910283590742bb708df25d1bb86 (patch) | |
tree | 78e6f4c0aab646c7e2a2d474e22d50edb3f42ddb /net-misc/snitch/snitch-0.0.1.ebuild | |
parent | lib64 fix too (Manifest recommit) (diff) | |
download | gentoo-2-710adc4a4d77d910283590742bb708df25d1bb86.tar.gz gentoo-2-710adc4a4d77d910283590742bb708df25d1bb86.tar.bz2 gentoo-2-710adc4a4d77d910283590742bb708df25d1bb86.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" |