diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-02-28 12:18:51 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-02-28 12:21:54 +0000 |
commit | 796cffc27128f33fe7d120d1dc83b6c54200cc4d (patch) | |
tree | 06bbaaf041d7da80161d44c60eee8840016456c1 /net-firewall/nftables | |
parent | net-firewall/nftables: keyworded 0.9.8 for ppc (diff) | |
download | gentoo-796cffc27128f33fe7d120d1dc83b6c54200cc4d.tar.gz gentoo-796cffc27128f33fe7d120d1dc83b6c54200cc4d.tar.bz2 gentoo-796cffc27128f33fe7d120d1dc83b6c54200cc4d.zip |
net-firewall/nftables: keyworded 0.9.6-r1 for ppc
keyworded wrt bug #773301
Package-Manager: Portage-3.0.16, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'net-firewall/nftables')
-rw-r--r-- | net-firewall/nftables/nftables-0.9.6-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-firewall/nftables/nftables-0.9.6-r1.ebuild b/net-firewall/nftables/nftables-0.9.6-r1.ebuild index 46061bb57f59..a2a6ade2a24d 100644 --- a/net-firewall/nftables/nftables-0.9.6-r1.ebuild +++ b/net-firewall/nftables/nftables-0.9.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="https://netfilter.org/projects/nftables/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc64 sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 sparc ~x86" IUSE="debug doc +gmp json +modern-kernel python +readline static-libs xtables" RDEPEND=" |