diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-07-01 19:52:45 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-07-01 19:52:45 +0000 |
commit | de802e6884e93ca69e79b6f5bf49caf06160daab (patch) | |
tree | 94ca6b39daf7b31f42f079cb4486093d1686d0f2 /net-analyzer/fragroute | |
parent | virtual/glibc -> virtual/libc (diff) | |
download | historical-de802e6884e93ca69e79b6f5bf49caf06160daab.tar.gz historical-de802e6884e93ca69e79b6f5bf49caf06160daab.tar.bz2 historical-de802e6884e93ca69e79b6f5bf49caf06160daab.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'net-analyzer/fragroute')
-rw-r--r-- | net-analyzer/fragroute/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/fragroute/fragroute-1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/fragroute/ChangeLog b/net-analyzer/fragroute/ChangeLog index 869a850d9d55..bf9804d53912 100644 --- a/net-analyzer/fragroute/ChangeLog +++ b/net-analyzer/fragroute/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/fragroute # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fragroute/ChangeLog,v 1.3 2004/06/24 22:01:47 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fragroute/ChangeLog,v 1.4 2004/07/01 19:47:13 squinky86 Exp $ + + 01 Jul 2004; Jon Hood <squinky86@gentoo.org> fragroute-1.2.ebuild: + change virtual/glibc to virtual/libc *fragroute-1.2 (04 Sep 2003) diff --git a/net-analyzer/fragroute/fragroute-1.2.ebuild b/net-analyzer/fragroute/fragroute-1.2.ebuild index 9d30de607a70..4f9d411d7335 100644 --- a/net-analyzer/fragroute/fragroute-1.2.ebuild +++ b/net-analyzer/fragroute/fragroute-1.2.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-analyzer/fragroute/fragroute-1.2.ebuild,v 1.3 2004/06/24 22:01:47 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fragroute/fragroute-1.2.ebuild,v 1.4 2004/07/01 19:47:13 squinky86 Exp $ DESCRIPTION="fragroute was written to aid in the testing of network intrusion detection systems, firewalls and basic TCP/IP stack behaviour." HOMEPAGE="http://www.monkey.org/~dugsong/fragroute/" @@ -9,7 +9,7 @@ LICENSE="DSNIFF" SLOT="0" KEYWORDS="~x86" IUSE="" -DEPEND="virtual/glibc +DEPEND="virtual/libc >=dev-libs/libevent-0.6 >=net-libs/libpcap-0.7.2 >=dev-libs/libdnet-1.4" |