From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CFE501582EF for ; Tue, 04 Mar 2025 20:02:40 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id BFD58343124 for ; Tue, 04 Mar 2025 20:02:40 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id BD0581102D0; Tue, 04 Mar 2025 20:02:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id B420F1102D0 for ; Tue, 04 Mar 2025 20:02:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 62DF034312D for ; Tue, 04 Mar 2025 20:02:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF4CC2853 for ; Tue, 04 Mar 2025 20:02:37 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1741117251.8f952a72c6015ecc4e00062262dc11f03ffaa7c6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/firewalld/firewalld-2.3.0-r1.ebuild net-firewall/firewalld/firewalld-2.3.0.ebuild X-VCS-Directories: net-firewall/firewalld/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8f952a72c6015ecc4e00062262dc11f03ffaa7c6 X-VCS-Branch: master Date: Tue, 04 Mar 2025 20:02:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 71f825c5-b56d-48ee-813c-c614b56274be X-Archives-Hash: 9e27e5ac0119c91bac625392cdeb58a8 commit: 8f952a72c6015ecc4e00062262dc11f03ffaa7c6 Author: Sam James gentoo org> AuthorDate: Tue Mar 4 19:26:11 2025 +0000 Commit: Sam James gentoo 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 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="