Diff firewalld-2.3.2 with a firewalld-2.4.0

/usr/portage/net-firewall/firewalld/firewalld-2.4.0.ebuild 2026-01-08 10:18:06.739008352 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
13 13

  
14 14
LICENSE="GPL-2+"
15 15
SLOT="0"
16
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
16
KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
17 17
IUSE="gui selinux test"
18 18
# Tests are too unreliable in sandbox environment
19 19
RESTRICT="!test? ( test ) test"
Thank you!