Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/
Date: Fri, 04 Feb 2022 18:48:08
Message-Id: 1644000444.1dc5cd0b073751d1d739f58bdbf95fe09d5f8022.sam@gentoo
1 commit: 1dc5cd0b073751d1d739f58bdbf95fe09d5f8022
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 4 18:47:24 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 4 18:47:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dc5cd0b
7
8 net-firewall/firewalld: Stabilize 1.0.2 ppc64, #831835
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-firewall/firewalld/firewalld-1.0.2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-firewall/firewalld/firewalld-1.0.2.ebuild b/net-firewall/firewalld/firewalld-1.0.2.ebuild
16 index a5b813717e90..88351db686f2 100644
17 --- a/net-firewall/firewalld/firewalld-1.0.2.ebuild
18 +++ b/net-firewall/firewalld/firewalld-1.0.2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
26
27 LICENSE="GPL-2+"
28 SLOT="0"
29 -KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
30 +KEYWORDS="amd64 ~arm arm64 ppc64 ~riscv x86"
31 IUSE="gui +nftables +iptables"
32 REQUIRED_USE="${PYTHON_REQUIRED_USE}"