diff options
Diffstat (limited to 'net-firewall/arptables/arptables-0.0.3.3-r1.ebuild')
-rw-r--r-- | net-firewall/arptables/arptables-0.0.3.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-firewall/arptables/arptables-0.0.3.3-r1.ebuild b/net-firewall/arptables/arptables-0.0.3.3-r1.ebuild index e6a99d6f7699..ec367623d73f 100644 --- a/net-firewall/arptables/arptables-0.0.3.3-r1.ebuild +++ b/net-firewall/arptables/arptables-0.0.3.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.3-r1.ebuild,v 1.3 2007/12/11 17:13:10 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/arptables/arptables-0.0.3.3-r1.ebuild,v 1.4 2007/12/16 10:56:50 drac Exp $ inherit versionator eutils @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/ebtables/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ppc x86" +KEYWORDS="amd64 ppc x86" IUSE="" S=${WORKDIR}/${MY_P} |