diff options
Diffstat (limited to 'net-firewall/arptables/arptables-0.0.4.ebuild')
-rw-r--r-- | net-firewall/arptables/arptables-0.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-firewall/arptables/arptables-0.0.4.ebuild b/net-firewall/arptables/arptables-0.0.4.ebuild index 23c063983b07..074b38de670d 100644 --- a/net-firewall/arptables/arptables-0.0.4.ebuild +++ b/net-firewall/arptables/arptables-0.0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.netfilter.org/pub/${PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE="" S="${WORKDIR}/${MY_P}" |