diff options
author | 2004-04-21 11:58:22 +0000 | |
---|---|---|
committer | 2004-04-21 11:58:22 +0000 | |
commit | 5cbbc39e63a05f7193909892e58f618d981106a6 (patch) | |
tree | 3073ec0ae291d312d269cefcd778b45469dabb61 /net-firewall/iptables/iptables-1.2.7a-r4.ebuild | |
parent | Updated keyword. (Manifest recommit) (diff) | |
download | gentoo-2-5cbbc39e63a05f7193909892e58f618d981106a6.tar.gz gentoo-2-5cbbc39e63a05f7193909892e58f618d981106a6.tar.bz2 gentoo-2-5cbbc39e63a05f7193909892e58f618d981106a6.zip |
Added IUSE
Diffstat (limited to 'net-firewall/iptables/iptables-1.2.7a-r4.ebuild')
-rw-r--r-- | net-firewall/iptables/iptables-1.2.7a-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-firewall/iptables/iptables-1.2.7a-r4.ebuild b/net-firewall/iptables/iptables-1.2.7a-r4.ebuild index 3e3a8681102a..343ae9e8f401 100644 --- a/net-firewall/iptables/iptables-1.2.7a-r4.ebuild +++ b/net-firewall/iptables/iptables-1.2.7a-r4.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.2.7a-r4.ebuild,v 1.5 2004/02/22 22:41:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.2.7a-r4.ebuild,v 1.6 2004/04/21 11:58:22 aliz Exp $ inherit eutils DESCRIPTION="Kernel 2.4 firewall, NAT and packet mangling tools" HOMEPAGE="http://www.iptables.org/" SRC_URI="http://www.iptables.org/files/${P}.tar.bz2" - +IUSE="" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc ~alpha ~sparc ~hppa ~mips" |