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/ebtables | |
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/ebtables')
-rw-r--r-- | net-firewall/ebtables/ebtables-2.0.6.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-firewall/ebtables/ebtables-2.0.6.ebuild b/net-firewall/ebtables/ebtables-2.0.6.ebuild index 2f7b9c6019a1..c5f9e057ae9e 100644 --- a/net-firewall/ebtables/ebtables-2.0.6.ebuild +++ b/net-firewall/ebtables/ebtables-2.0.6.ebuild @@ -1,11 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/ebtables/ebtables-2.0.6.ebuild,v 1.5 2004/07/01 22:14:06 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/ebtables/ebtables-2.0.6.ebuild,v 1.6 2004/07/14 23:40:39 agriffis Exp $ DESCRIPTION="Utility that enables basic Ethernet frame filtering on a Linux bridge, MAC NAT and brouting." SRC_URI="mirror://sourceforge/${PN}/${PN}-v${PV}.tar.gz" HOMEPAGE="http://${PN}.sourceforge.net/" KEYWORDS="~x86 ~ppc" +IUSE="" LICENSE="GPL-2" SLOT="0" |