diff options
author | Eldad Zack <eldad@gentoo.org> | 2004-08-24 12:43:03 +0000 |
---|---|---|
committer | Eldad Zack <eldad@gentoo.org> | 2004-08-24 12:43:03 +0000 |
commit | 7728418920eac9819e2f24fd48c049bbe4a0613c (patch) | |
tree | 9448642917b49cd97c29cf68e13efe888a129041 /net-analyzer | |
parent | Marking stable on remaining architectures. (Manifest recommit) (diff) | |
download | gentoo-2-7728418920eac9819e2f24fd48c049bbe4a0613c.tar.gz gentoo-2-7728418920eac9819e2f24fd48c049bbe4a0613c.tar.bz2 gentoo-2-7728418920eac9819e2f24fd48c049bbe4a0613c.zip |
removed ~macos keyword due to bad deps
Diffstat (limited to 'net-analyzer')
-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 471922e60b47..9024a7b7fe30 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.6 2004/08/05 18:44:54 alexander Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fragroute/ChangeLog,v 1.7 2004/08/24 12:43:03 eldad Exp $ + + 24 Aug 2004; Eldad Zack <eldad@gentoo.org> fragroute-1.2.ebuild: + Removed ~macos (bad deps) 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 diff --git a/net-analyzer/fragroute/fragroute-1.2.ebuild b/net-analyzer/fragroute/fragroute-1.2.ebuild index 7b5cdf966fe3..d1fbd89e6169 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.6 2004/08/05 18:44:54 alexander Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fragroute/fragroute-1.2.ebuild,v 1.7 2004/08/24 12:43:03 eldad 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 ~macos" +KEYWORDS="x86" IUSE="" DEPEND="virtual/libc >=dev-libs/libevent-0.6 |