From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1664556-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 530A71581FB
	for <garchives@archives.gentoo.org>; Mon, 26 Aug 2024 11:51:41 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 8AE28E2A88;
	Mon, 26 Aug 2024 11:51:40 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 pigeon.gentoo.org (Postfix) with ESMTPS id 71A9FE2A88
	for <gentoo-commits@lists.gentoo.org>; Mon, 26 Aug 2024 11:51:40 +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 84D15340C53
	for <gentoo-commits@lists.gentoo.org>; Mon, 26 Aug 2024 11:51:39 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id AB0E81EC4
	for <gentoo-commits@lists.gentoo.org>; Mon, 26 Aug 2024 11:51:37 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1724673021.724dfd69f25f74aefaf44bb52859b5ea7caf9ef0.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.2.1-r1.ebuild net-firewall/firewalld/firewalld-2.2.1.ebuild
X-VCS-Directories: net-firewall/firewalld/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 724dfd69f25f74aefaf44bb52859b5ea7caf9ef0
X-VCS-Branch: master
Date: Mon, 26 Aug 2024 11:51:37 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 0584693e-0f3c-4451-b27c-4137c16c73e7
X-Archives-Hash: 9aa4548f4fc8cd2856943c4d9a89e442

commit:     724dfd69f25f74aefaf44bb52859b5ea7caf9ef0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 26 11:50:21 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 26 11:50:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=724dfd69

net-firewall/firewalld: fix nftables[python] dep

This has been wrong for quite some time.

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

 .../firewalld/{firewalld-2.2.1.ebuild => firewalld-2.2.1-r1.ebuild}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-2.2.1.ebuild b/net-firewall/firewalld/firewalld-2.2.1-r1.ebuild
similarity index 98%
rename from net-firewall/firewalld/firewalld-2.2.1.ebuild
rename to net-firewall/firewalld/firewalld-2.2.1-r1.ebuild
index b0101d14758f..f017a3287621 100644
--- a/net-firewall/firewalld/firewalld-2.2.1.ebuild
+++ b/net-firewall/firewalld/firewalld-2.2.1-r1.ebuild
@@ -25,7 +25,7 @@ RDEPEND="
 	$(python_gen_cond_dep '
 		dev-python/dbus-python[${PYTHON_USEDEP}]
 		dev-python/pygobject:3[${PYTHON_USEDEP}]
-		>=net-firewall/nftables-0.9.4[python,json]
+		>=net-firewall/nftables-0.9.4[python,json,${PYTHON_USEDEP}]
 		gui? (
 			x11-libs/gtk+:3
 			dev-python/PyQt6[gui,widgets,${PYTHON_USEDEP}]