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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AC3B815817D for ; Mon, 10 Jun 2024 23:46:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0093DE2A43; Mon, 10 Jun 2024 23:46:40 +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 D8A9FE2A43 for ; Mon, 10 Jun 2024 23:46: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 D9CA833F9FD for ; Mon, 10 Jun 2024 23:46:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C287C1C4E for ; Mon, 10 Jun 2024 23:46:36 +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: <1718063170.aceec3688def2d285075857c66f0765fa06f33e0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/lensfun/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/lensfun/lensfun-0.3.4-r1.ebuild X-VCS-Directories: media-libs/lensfun/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: aceec3688def2d285075857c66f0765fa06f33e0 X-VCS-Branch: master Date: Mon, 10 Jun 2024 23:46:36 +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: 5f0e1530-2aeb-4cc1-a345-bf4903ac604b X-Archives-Hash: 5c2ba12692f2250a1444b3c8d8e20948 commit: aceec3688def2d285075857c66f0765fa06f33e0 Author: Sam James gentoo org> AuthorDate: Mon Jun 10 23:45:26 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jun 10 23:46:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aceec368 media-libs/lensfun: bdepend on setuptools for distutils The Python handling here is a mess and the state of master is quite different, so just depend on setuptools for distutils here (not going to bother conditionalising it to py3.12, I don't see much point). Closes: https://bugs.gentoo.org/929638 Signed-off-by: Sam James gentoo.org> media-libs/lensfun/lensfun-0.3.4-r1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/media-libs/lensfun/lensfun-0.3.4-r1.ebuild b/media-libs/lensfun/lensfun-0.3.4-r1.ebuild index 9f9616031a13..7f5898953e93 100644 --- a/media-libs/lensfun/lensfun-0.3.4-r1.ebuild +++ b/media-libs/lensfun/lensfun-0.3.4-r1.ebuild @@ -26,6 +26,9 @@ RDEPEND=" " DEPEND="${RDEPEND}" BDEPEND=" + $(python_gen_cond_dep ' + dev-python/setuptools[${PYTHON_USEDEP}] + ') doc? ( app-text/doxygen dev-python/docutils