commit: 8f952a72c6015ecc4e00062262dc11f03ffaa7c6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 4 19:26:11 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 4 19:40:51 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f952a72
net-firewall/firewalld: needs libnotify[introspection]
... for the following in firewall-applet:
```
import gi
gi.require_version("Notify", "0.7")
from gi.repository import Notify
```
Reported on IRC by trashboat.
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../firewalld/{firewalld-2.3.0.ebuild => firewalld-2.3.0-r1.ebuild} | 1 +
1 file changed, 1 insertion(+)
diff --git a/net-firewall/firewalld/firewalld-2.3.0.ebuild
b/net-firewall/firewalld/firewalld-2.3.0-r1.ebuild
similarity index 99%
rename from net-firewall/firewalld/firewalld-2.3.0.ebuild
rename to net-firewall/firewalld/firewalld-2.3.0-r1.ebuild
index bbb543d6a9f1..7b191ef19e0f 100644
--- a/net-firewall/firewalld/firewalld-2.3.0.ebuild
+++ b/net-firewall/firewalld/firewalld-2.3.0-r1.ebuild
@@ -32,6 +32,7 @@ RDEPEND="
)
')
net-firewall/nftables[xtables(+)]
+ x11-libs/libnotify[introspection]
selinux? ( sec-policy/selinux-firewalld )
"
DEPEND="