diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-04 11:55:57 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-04 11:55:57 +0000 |
commit | 4c6ab25ac9033520e75d8ed3d66373da46653421 (patch) | |
tree | d158d8c191d038d191a3b8eb64b1f53709049876 /net-firewall | |
parent | net-firewall/firewalld: Stabilize 1.3.0 ppc64, #899228 (diff) | |
download | gentoo-4c6ab25ac9033520e75d8ed3d66373da46653421.tar.gz gentoo-4c6ab25ac9033520e75d8ed3d66373da46653421.tar.bz2 gentoo-4c6ab25ac9033520e75d8ed3d66373da46653421.zip |
net-firewall/nftables: Stabilize 1.0.6 ppc64, #899340
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/nftables/nftables-1.0.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-firewall/nftables/nftables-1.0.6.ebuild b/net-firewall/nftables/nftables-1.0.6.ebuild index 70bb0c3752f5..e434040260a7 100644 --- a/net-firewall/nftables/nftables-1.0.6.ebuild +++ b/net-firewall/nftables/nftables-1.0.6.ebuild @@ -22,7 +22,7 @@ if [[ ${PV} =~ ^[9]{4,}$ ]]; then else SRC_URI="https://netfilter.org/projects/nftables/files/${P}.tar.xz verify-sig? ( https://netfilter.org/projects/nftables/files/${P}.tar.xz.sig )" - KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv sparc x86" + KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86" BDEPEND+="verify-sig? ( sec-keys/openpgp-keys-netfilter )" fi |