diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-04 07:46:27 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-04 07:46:27 +0200 |
commit | 58b7fc0f6de82c31a71ede77cef51119eec0068c (patch) | |
tree | 5d887f2c12472062e534c8ef131c1c34e99576a4 /net-firewall | |
parent | sys-apps/ed: Stabilize 1.19-r1 arm64, #899314 (diff) | |
download | gentoo-58b7fc0f6de82c31a71ede77cef51119eec0068c.tar.gz gentoo-58b7fc0f6de82c31a71ede77cef51119eec0068c.tar.bz2 gentoo-58b7fc0f6de82c31a71ede77cef51119eec0068c.zip |
net-firewall/nftables: Stabilize 1.0.6 arm64, #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 a3dec9cd37bf..93ee88b2c3b7 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 |