Diff firewalld-2.3.2 with a firewalld-2.4.0
| /usr/portage/net-firewall/firewalld/firewalld-2.4.0.ebuild 2026-04-18 12:17:39.078952049 +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 |
| 5 | 5 | |
| 6 |
PYTHON_COMPAT=( python3_{11..13} )
|
|
| 6 |
PYTHON_COMPAT=( python3_{11..14} )
|
|
| 7 | 7 |
inherit bash-completion-r1 gnome2-utils linux-info optfeature |
| 8 | 8 |
inherit plocale python-single-r1 systemd xdg-utils |
| 9 | 9 | |
| ... | ... | |
| 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" |