Сравнение firewalld-2.4.2 с firewalld-2.4.4

/usr/portage/net-firewall/firewalld/firewalld-2.4.4.ebuild 2026-07-11 20:03:06.420336383 +0300
3 3

  
4 4
EAPI=8
5 5

  
6
PYTHON_COMPAT=( python3_{11..14} )
7
inherit bash-completion-r1 gnome2-utils linux-info optfeature
8
inherit plocale python-single-r1 systemd xdg-utils
6
PYTHON_COMPAT=( python3_{12..14} )
7
inherit gnome2-utils linux-info optfeature plocale python-single-r1
8
inherit shell-completion systemd xdg-utils
9 9

  
10 10
DESCRIPTION="Firewall daemon with D-Bus interface providing a dynamic firewall"
11 11
HOMEPAGE="https://firewalld.org/"
......
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"
Спасибо!