Diff firewalld-1.3.2 with a firewalld-1.3.3
/usr/portage/net-firewall/firewalld/firewalld-1.3.3.ebuild 2023-10-09 14:52:33.376368448 +0300 | ||
---|---|---|
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | 5 | |
6 |
PYTHON_COMPAT=( python3_{9..11} ) |
|
7 |
inherit bash-completion-r1 gnome2-utils linux-info optfeature plocale python-single-r1 systemd xdg-utils |
|
6 |
PYTHON_COMPAT=( python3_{10..11} ) |
|
7 |
inherit bash-completion-r1 gnome2-utils linux-info optfeature |
|
8 |
inherit plocale python-single-r1 systemd xdg-utils |
|
8 | 9 | |
9 | 10 |
DESCRIPTION="A firewall daemon with D-Bus interface providing a dynamic firewall" |
10 | 11 |
HOMEPAGE="https://firewalld.org/" |
... | ... | |
12 | 13 | |
13 | 14 |
LICENSE="GPL-2+" |
14 | 15 |
SLOT="0" |
15 |
KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86" |
|
16 |
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" |
|
16 | 17 |
IUSE="gui +nftables +iptables test" |
17 | 18 |
# Tests are too unreliable in sandbox environment |
18 | 19 |
RESTRICT="!test? ( test ) test" |
19 | 20 |
REQUIRED_USE="${PYTHON_REQUIRED_USE}" |
20 | 21 | |
21 |
RDEPEND="${PYTHON_DEPS} |
|
22 |
iptables? ( |
|
23 |
net-firewall/iptables[ipv6(+)] |
|
24 |
net-firewall/ebtables |
|
25 |
net-firewall/ipset |
|
26 |
nftables? ( net-firewall/nftables[xtables(+)] ) |
|
27 |
) |
|
22 |
RDEPEND=" |
|
23 |
${PYTHON_DEPS} |
|
28 | 24 |
|| ( >=sys-apps/openrc-0.11.5 sys-apps/systemd ) |
29 | 25 |
$(python_gen_cond_dep ' |
30 | 26 |
dev-python/dbus-python[${PYTHON_USEDEP}] |
... | ... | |
34 | 30 |
dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}] |
35 | 31 |
) |
36 | 32 |
nftables? ( >=net-firewall/nftables-0.9.4[python,json] ) |
37 |
')" |
|
38 |
DEPEND="${RDEPEND} |
|
39 |
dev-libs/glib:2" |
|
40 |
BDEPEND="app-text/docbook-xml-dtd |
|
33 |
') |
|
34 |
iptables? ( |
|
35 |
net-firewall/iptables[ipv6(+)] |
|
36 |
net-firewall/ebtables |
|
37 |
net-firewall/ipset |
|
38 |
nftables? ( net-firewall/nftables[xtables(+)] ) |
|
39 |
) |
|
40 |
" |
|
41 |
DEPEND=" |
|
42 |
${RDEPEND} |
|
43 |
dev-libs/glib:2 |
|
44 |
" |
|
45 |
BDEPEND=" |
|
46 |
app-text/docbook-xml-dtd |
|
41 | 47 |
>=dev-util/intltool-0.35 |
42 |
sys-devel/gettext" |
|
48 |
sys-devel/gettext |
|
49 |
" |
|
43 | 50 | |
44 | 51 |
# Testsuite's Makefile.am calls missing(!) |
45 | 52 |
# ... but this seems to be consistent with the autoconf docs? |