diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2023-04-24 14:38:18 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2023-04-24 14:38:18 +0200 |
commit | ba2626e01422eef9927fa51fd5b34d7a70b60d0d (patch) | |
tree | 462d6d79ed092db1073f3db820a53c2e09bf4306 /net-firewall/nftables | |
parent | dev-ml/core_unix: stabilize 0.15.2-r1 for amd64 (diff) | |
download | gentoo-ba2626e01422eef9927fa51fd5b34d7a70b60d0d.tar.gz gentoo-ba2626e01422eef9927fa51fd5b34d7a70b60d0d.tar.bz2 gentoo-ba2626e01422eef9927fa51fd5b34d7a70b60d0d.zip |
net-firewall/nftables: Stabilize 1.0.7-r1 ppc, #904916
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'net-firewall/nftables')
-rw-r--r-- | net-firewall/nftables/nftables-1.0.7-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-firewall/nftables/nftables-1.0.7-r1.ebuild b/net-firewall/nftables/nftables-1.0.7-r1.ebuild index f0ed5386769b..a8b06e75e1a3 100644 --- a/net-firewall/nftables/nftables-1.0.7-r1.ebuild +++ b/net-firewall/nftables/nftables-1.0.7-r1.ebuild @@ -18,7 +18,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 |