Diff firewalld-2.4.2 with a firewalld-2.4.4

/usr/portage/net-firewall/firewalld/firewalld-2.4.4.ebuild 2026-09-07 20:03:07.372572242 +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/"
Thank you!