diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-10-11 08:45:57 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-10-11 08:45:57 +0200 |
commit | 9ead1f6b73901224d45b62b78c5d5363a34ca79f (patch) | |
tree | 1b9972564e00d18347369b1fd7c17ba8eb6ee171 /net-firewall | |
parent | net-libs/libnftnl: Stabilize 1.2.3 ppc64, #872743 (diff) | |
download | gentoo-9ead1f6b73901224d45b62b78c5d5363a34ca79f.tar.gz gentoo-9ead1f6b73901224d45b62b78c5d5363a34ca79f.tar.bz2 gentoo-9ead1f6b73901224d45b62b78c5d5363a34ca79f.zip |
net-firewall/nftables: Stabilize 1.0.5 ppc64, #872743
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/nftables/nftables-1.0.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-firewall/nftables/nftables-1.0.5.ebuild b/net-firewall/nftables/nftables-1.0.5.ebuild index 54607cdbfa78..a65639048674 100644 --- a/net-firewall/nftables/nftables-1.0.5.ebuild +++ b/net-firewall/nftables/nftables-1.0.5.ebuild @@ -22,7 +22,7 @@ if [[ ${PV} =~ ^[9]{4,}$ ]]; then else SRC_URI="https://netfilter.org/projects/nftables/files/${P}.tar.bz2 verify-sig? ( https://netfilter.org/projects/nftables/files/${P}.tar.bz2.sig )" - KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc x86" + KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~sparc x86" BDEPEND+="verify-sig? ( sec-keys/openpgp-keys-netfilter )" fi |