From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 07EBA15817D for ; Tue, 4 Jun 2024 07:13:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45365E2AC4; Tue, 4 Jun 2024 07:13:20 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 29799E2AC4 for ; Tue, 4 Jun 2024 07:13:20 +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 1FBA533E3A9 for ; Tue, 4 Jun 2024 07:13:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7FC2A1BFC for ; Tue, 4 Jun 2024 07:13:17 +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: <1717485142.ef05fb48597a890fe15a75f1b78a179e2fe2e8d9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/ufw/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/ufw/ufw-0.36.1.ebuild X-VCS-Directories: net-firewall/ufw/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ef05fb48597a890fe15a75f1b78a179e2fe2e8d9 X-VCS-Branch: master Date: Tue, 4 Jun 2024 07:13:17 +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: ac98edb7-0fb7-44e7-95cb-79606ed14feb X-Archives-Hash: b8e6fcf0f5c818fe965091b3deda505c commit: ef05fb48597a890fe15a75f1b78a179e2fe2e8d9 Author: Alfred Wingate protonmail com> AuthorDate: Mon Jun 3 16:35:21 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jun 4 07:12:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef05fb48 net-firewall/ufw: add missing dependency for setuptools * With python3.12 distutils isnt included with the interpeter but is instead bundled in setuptools. Closes: https://bugs.gentoo.org/933481 Signed-off-by: Alfred Wingate protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/37000 Signed-off-by: Sam James gentoo.org> net-firewall/ufw/ufw-0.36.1.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/net-firewall/ufw/ufw-0.36.1.ebuild b/net-firewall/ufw/ufw-0.36.1.ebuild index 29c289c00534..0c19a760f4dc 100644 --- a/net-firewall/ufw/ufw-0.36.1.ebuild +++ b/net-firewall/ufw/ufw-0.36.1.ebuild @@ -19,7 +19,12 @@ KEYWORDS="amd64 ~arm arm64 ~ia64 ~loong ppc ppc64 ~riscv sparc x86" IUSE="examples ipv6" RDEPEND="net-firewall/iptables[ipv6(+)?]" -BDEPEND="sys-devel/gettext" +BDEPEND=" + sys-devel/gettext + $(python_gen_cond_dep ' + dev-python/setuptools[${PYTHON_USEDEP}] + ' python3_12) +" PATCHES=( # Move files away from /lib/ufw.