diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:40:39 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:40:39 +0000 |
commit | 8268a051f58cdf8abb294f7ea91c8d4288c989f5 (patch) | |
tree | 9f40295d2c0998775976c16297dce7d62ad561c3 /net-firewall/arptables | |
parent | Gentoo Technologies -> Gentoo Foundation (Manifest recommit) (diff) | |
download | gentoo-2-8268a051f58cdf8abb294f7ea91c8d4288c989f5.tar.gz gentoo-2-8268a051f58cdf8abb294f7ea91c8d4288c989f5.tar.bz2 gentoo-2-8268a051f58cdf8abb294f7ea91c8d4288c989f5.zip |
sync IUSE (missing)
Diffstat (limited to 'net-firewall/arptables')
-rw-r--r-- | net-firewall/arptables/arptables-0.0.3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-firewall/arptables/arptables-0.0.3.ebuild b/net-firewall/arptables/arptables-0.0.3.ebuild index a41a1e8de346..9bcf44808c4e 100644 --- a/net-firewall/arptables/arptables-0.0.3.ebuild +++ b/net-firewall/arptables/arptables-0.0.3.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-firewall/arptables/arptables-0.0.3.ebuild,v 1.4 2004/07/01 22:13:53 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/arptables/arptables-0.0.3.ebuild,v 1.5 2004/07/14 23:38:21 agriffis Exp $ EXT=-2 DESCRIPTION="Arptables is used to set up, maintain, and inspect the tables of ARP rules in the Linux kernel. It is analogous to iptables, but operates at the ARP layer rather than the IP layer." @@ -8,6 +8,7 @@ SRC_URI="mirror://sourceforge/ebtables/${PN}-v${PV}${EXT}.tar.gz" HOMEPAGE="http://ebtables.sourceforge.net/" KEYWORDS="~x86" +IUSE="" LICENSE="GPL-2" SLOT="0" |