Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/
Date: Mon, 31 Oct 2022 16:41:45
Message-Id: 1667234472.af1a0e74155be7d67cf7e0d7109c795e276fa78f.ago@gentoo
1 commit: af1a0e74155be7d67cf7e0d7109c795e276fa78f
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 31 16:40:57 2022 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 31 16:41:12 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af1a0e74
7
8 net-firewall/firewalld: Stabilize 1.1.3 x86, #878565
9
10 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
11
12 net-firewall/firewalld/firewalld-1.1.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-firewall/firewalld/firewalld-1.1.3.ebuild b/net-firewall/firewalld/firewalld-1.1.3.ebuild
16 index 3b0fa270fbcd..8c5ed2edc597 100644
17 --- a/net-firewall/firewalld/firewalld-1.1.3.ebuild
18 +++ b/net-firewall/firewalld/firewalld-1.1.3.ebuild
19 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.ta
20
21 LICENSE="GPL-2+"
22 SLOT="0"
23 -KEYWORDS="amd64 arm arm64 ppc64 ~riscv ~x86"
24 +KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86"
25 IUSE="gui +nftables +iptables test"
26 # Tests previously restricted for bug #650760
27 RESTRICT="!test? ( test ) test? ( userpriv )"