Сравнение firewalld-2.4.0 с 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"
......
54 54
PLOCALES="ar as ast bg bn_IN ca cs da de el en_GB en_US es et eu fa fi fr gl gu hi hr hu ia id it ja ka kn ko lt ml mr nl or pa pl pt pt_BR ro ru si sk sl sq sr sr@latin sv ta te tr uk zh_CN zh_TW"
55 55

  
56 56
PATCHES=(
57
	"${FILESDIR}"/${PN}-2.3.2-systemd-service.patch
57
	"${FILESDIR}"/${PN}-2.4.2-systemd-service.patch
58 58
)
59 59

  
60 60
pkg_setup() {
Спасибо!