diff options
author | Alexander Plank <alexander@gentoo.org> | 2004-08-05 18:44:54 +0000 |
---|---|---|
committer | Alexander Plank <alexander@gentoo.org> | 2004-08-05 18:44:54 +0000 |
commit | e115b476d397271b8e4755365c1a3137073b48ba (patch) | |
tree | 1c4adc8dca591da83f6f5da6a37e1e69aee3651f /net-analyzer/fragroute | |
parent | modutils virtual typo fix, bad gustavoz, bad (diff) | |
download | gentoo-2-e115b476d397271b8e4755365c1a3137073b48ba.tar.gz gentoo-2-e115b476d397271b8e4755365c1a3137073b48ba.tar.bz2 gentoo-2-e115b476d397271b8e4755365c1a3137073b48ba.zip |
add ~macos keyword
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 cccefab0a23f..471922e60b47 100644 --- a/net-analyzer/fragroute/ChangeLog +++ b/net-analyzer/fragroute/ChangeLog @@ -1,7 +1,10 @@ # 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.5 2004/07/09 12:00:22 eldad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fragroute/ChangeLog,v 1.6 2004/08/05 18:44:54 alexander Exp $ + 05 Aug 2004; Alexander Plank <alexander@gentoo.org> fragroute-1.2.ebuild: + add ~macos keyword (ranlib must be run, i need to also commit the libraries which work + 09 Jul 2004; Eldad Zack <eldad@gentoo.org> fragroute-1.2.ebuild: Tidy up. diff --git a/net-analyzer/fragroute/fragroute-1.2.ebuild b/net-analyzer/fragroute/fragroute-1.2.ebuild index 5554775e1ed5..7b5cdf966fe3 100644 --- a/net-analyzer/fragroute/fragroute-1.2.ebuild +++ b/net-analyzer/fragroute/fragroute-1.2.ebuild @@ -1,13 +1,13 @@ # 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.5 2004/07/09 12:00:22 eldad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fragroute/fragroute-1.2.ebuild,v 1.6 2004/08/05 18:44:54 alexander 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/" SRC_URI="http://www.monkey.org/~dugsong/fragroute/${P}.tar.gz" LICENSE="DSNIFF" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 ~macos" IUSE="" DEPEND="virtual/libc >=dev-libs/libevent-0.6 |