commit:     653c50a4e914dc29d5dcdd050949ac7c252a3255
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  5 10:16:08 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar  5 10:16:08 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=653c50a4

net-firewall/firewalld: fix USE=-gui dependencies

We don't need libnotify on USE=-gui builds. Reported by Paul Aiton.

Fixes: 8f952a72c6015ecc4e00062262dc11f03ffaa7c6
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../{firewalld-2.3.0-r1.ebuild => firewalld-2.3.0-r2.ebuild}          | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-firewall/firewalld/firewalld-2.3.0-r1.ebuild 
b/net-firewall/firewalld/firewalld-2.3.0-r2.ebuild
similarity index 99%
rename from net-firewall/firewalld/firewalld-2.3.0-r1.ebuild
rename to net-firewall/firewalld/firewalld-2.3.0-r2.ebuild
index 7b191ef19e0f..85022c84ad6d 100644
--- a/net-firewall/firewalld/firewalld-2.3.0-r1.ebuild
+++ b/net-firewall/firewalld/firewalld-2.3.0-r2.ebuild
@@ -27,12 +27,12 @@ RDEPEND="
                dev-python/pygobject:3[${PYTHON_USEDEP}]
                >=net-firewall/nftables-0.9.4[python,json,${PYTHON_USEDEP}]
                gui? (
-                       x11-libs/gtk+:3
                        dev-python/pyqt6[gui,widgets,${PYTHON_USEDEP}]
+                       x11-libs/gtk+:3
+                       x11-libs/libnotify[introspection]
                )
        ')
        net-firewall/nftables[xtables(+)]
-       x11-libs/libnotify[introspection]
        selinux? ( sec-policy/selinux-firewalld )
 "
 DEPEND="

Reply via email to