diff options
author | Sam James <sam@gentoo.org> | 2021-11-17 22:45:22 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-17 22:45:22 +0000 |
commit | 4d1c5c0f3c3e25281a4e8aa0ee5f2eb4caf5429a (patch) | |
tree | 11f48b541773ef49f9bb0126d0dbe6d189ccc9c2 /net-firewall/firewalld | |
parent | dev-libs/libusb: skip stress test when /dev/bus/usb is missing (diff) | |
download | gentoo-4d1c5c0f3c3e25281a4e8aa0ee5f2eb4caf5429a.tar.gz gentoo-4d1c5c0f3c3e25281a4e8aa0ee5f2eb4caf5429a.tar.bz2 gentoo-4d1c5c0f3c3e25281a4e8aa0ee5f2eb4caf5429a.zip |
net-firewall/firewalld: Stabilize 1.0.2 arm64, #823683
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-firewall/firewalld')
-rw-r--r-- | net-firewall/firewalld/firewalld-1.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-firewall/firewalld/firewalld-1.0.2.ebuild b/net-firewall/firewalld/firewalld-1.0.2.ebuild index 4bd28d9e3eb0..d3413dec38c9 100644 --- a/net-firewall/firewalld/firewalld-1.0.2.ebuild +++ b/net-firewall/firewalld/firewalld-1.0.2.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86" +KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86" IUSE="gui +nftables +iptables" REQUIRED_USE="${PYTHON_REQUIRED_USE}" |