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:38:23
Message-Id: 1667234265.ea380ee0c680a04bebd341ebee3eadb1bea659bc.ago@gentoo
1 commit: ea380ee0c680a04bebd341ebee3eadb1bea659bc
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 31 16:37:45 2022 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 31 16:37:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea380ee0
7
8 net-firewall/firewalld: Stabilize 1.1.3 amd64, #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 f6c1d184a4b3..3b0fa270fbcd 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 )"