diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-04 07:38:35 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-04 07:38:35 +0200 |
commit | 472b934703da695702a512b17cb50bcbabe47453 (patch) | |
tree | e20919c24de9219512e6781f4675c8fc322ef2ac /net-firewall | |
parent | dev-libs/popt: Stabilize 1.19 arm64, #899302 (diff) | |
download | gentoo-472b934703da695702a512b17cb50bcbabe47453.tar.gz gentoo-472b934703da695702a512b17cb50bcbabe47453.tar.bz2 gentoo-472b934703da695702a512b17cb50bcbabe47453.zip |
net-firewall/nftables: Stabilize 1.0.6 sparc, #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 2ef025795e56..a3dec9cd37bf 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 |