diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-10-28 08:42:55 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-10-28 08:42:58 +0200 |
commit | fb785acf2acb9fd0ce28c9fb2ee0156337669995 (patch) | |
tree | 7679e55eadaa2588f07ee1570aebceafcaca1b5a /net-firewall | |
parent | dev-lang/bff: x86 stable wrt bug #820542 (diff) | |
download | gentoo-fb785acf2acb9fd0ce28c9fb2ee0156337669995.tar.gz gentoo-fb785acf2acb9fd0ce28c9fb2ee0156337669995.tar.bz2 gentoo-fb785acf2acb9fd0ce28c9fb2ee0156337669995.zip |
net-firewall/nftables: x86 stable wrt bug #820554
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/nftables/nftables-1.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-firewall/nftables/nftables-1.0.0.ebuild b/net-firewall/nftables/nftables-1.0.0.ebuild index 4721ae6ed2f6..0ac0036038f8 100644 --- a/net-firewall/nftables/nftables-1.0.0.ebuild +++ b/net-firewall/nftables/nftables-1.0.0.ebuild @@ -20,7 +20,7 @@ if [[ ${PV} =~ ^[9]{4,}$ ]]; then " else SRC_URI="https://netfilter.org/projects/nftables/files/${P}.tar.bz2" - KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc x86" fi LICENSE="GPL-2" |