diff options
author | Sam James <sam@gentoo.org> | 2024-12-02 09:48:22 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-12-02 09:48:22 +0000 |
commit | 71e6cf87c6e83dc23d3ed368c2f13d11447e1d29 (patch) | |
tree | 02c8e696e3608b5c3cdf7c3f8e262a107b76f968 /net-firewall | |
parent | dev-libs/opensc: add missing test dependency (diff) | |
download | gentoo-71e6cf87c6e83dc23d3ed368c2f13d11447e1d29.tar.gz gentoo-71e6cf87c6e83dc23d3ed368c2f13d11447e1d29.tar.bz2 gentoo-71e6cf87c6e83dc23d3ed368c2f13d11447e1d29.zip |
net-firewall/firehol: Stabilize 3.1.7-r2 arm, #945684
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/firehol/firehol-3.1.7-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-firewall/firehol/firehol-3.1.7-r2.ebuild b/net-firewall/firehol/firehol-3.1.7-r2.ebuild index f750bfab3a7b..05ac22786f25 100644 --- a/net-firewall/firehol/firehol-3.1.7-r2.ebuild +++ b/net-firewall/firehol/firehol-3.1.7-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/firehol/firehol/releases/download/v${PV}/${P}.tar.xz LICENSE="GPL-2" SLOT="0" IUSE="doc ipv6 ipset" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" +KEYWORDS="~amd64 arm ~arm64 ~ppc ~x86" # Set the dependency versions to aid cross-compiling. Keep them at their # minimums as the configure script merely checks whether they are sufficient. |