diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-07-01 22:16:47 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-07-01 22:16:47 +0000 |
commit | a872c1692e2f0d6056a8b51381e64a5c2fd456b4 (patch) | |
tree | 684e995d77738bd2422b0841a526abcde5d65e43 /net-misc/snitch | |
parent | New package, submitted by Ulrich Mueller <ulm@kph.uni-mainz.de> #50876 (diff) | |
download | historical-a872c1692e2f0d6056a8b51381e64a5c2fd456b4.tar.gz historical-a872c1692e2f0d6056a8b51381e64a5c2fd456b4.tar.bz2 historical-a872c1692e2f0d6056a8b51381e64a5c2fd456b4.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'net-misc/snitch')
-rw-r--r-- | net-misc/snitch/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/snitch/snitch-0.0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/snitch/ChangeLog b/net-misc/snitch/ChangeLog index 8e8a47a49865..b117dcdea5ba 100644 --- a/net-misc/snitch/ChangeLog +++ b/net-misc/snitch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/snitch # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/snitch/ChangeLog,v 1.5 2004/06/25 00:12:49 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/snitch/ChangeLog,v 1.6 2004/07/01 21:57:29 squinky86 Exp $ + + 01 Jul 2004; Jon Hood <squinky86@gentoo.org> snitch-0.0.1.ebuild: + change virtual/glibc to virtual/libc 11 May 2004; Daniel Black <dragonheart@gentoo.org> : Added sys-apps/iproute2 depandancy at caglar.onur@tubitak.gov.tr's request diff --git a/net-misc/snitch/snitch-0.0.1.ebuild b/net-misc/snitch/snitch-0.0.1.ebuild index 3b2464754eb8..db7f598ee4e7 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 Foundation # 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.4 2004/06/25 00:12:49 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/snitch/snitch-0.0.1.ebuild,v 1.5 2004/07/01 21:57:29 squinky86 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/" @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" RDEPEND="${DEPEND} >=net-firewall/iptables-1.2.9-r1 sys-apps/iproute2" |