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 E8FC8158099 for ; Wed, 29 Nov 2023 04:10:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61AFA2BC0DA; Wed, 29 Nov 2023 04:10:17 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4D7912BC0DA for ; Wed, 29 Nov 2023 04:10:17 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E31F5335D17 for ; Wed, 29 Nov 2023 04:10:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81C69140D for ; Wed, 29 Nov 2023 04:10:12 +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: <1701230940.d5552bb02bcdaf88004f485ebb16e1263a5edfe2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/brltty/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-accessibility/brltty/brltty-6.6-r1.ebuild X-VCS-Directories: app-accessibility/brltty/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d5552bb02bcdaf88004f485ebb16e1263a5edfe2 X-VCS-Branch: master Date: Wed, 29 Nov 2023 04:10:12 +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: 9ff184a5-20c5-43c5-98ea-c1b74eb96765 X-Archives-Hash: 1de03846244f0b95d9684bb5e21c9ddf commit: d5552bb02bcdaf88004f485ebb16e1263a5edfe2 Author: Eli Schwartz gmail com> AuthorDate: Tue Nov 28 19:13:29 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Nov 29 04:09:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5552bb0 app-accessibility/brltty: add missing build dependency on setuptools This does not use distutils-r1, so we need to manually add this dependency in order for the upstream Makefile to go drive a non-pep517 build all by itself. Closes: https://bugs.gentoo.org/905695 Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> app-accessibility/brltty/brltty-6.6-r1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app-accessibility/brltty/brltty-6.6-r1.ebuild b/app-accessibility/brltty/brltty-6.6-r1.ebuild index 0588c791af36..5a7e5893753d 100644 --- a/app-accessibility/brltty/brltty-6.6-r1.ebuild +++ b/app-accessibility/brltty/brltty-6.6-r1.ebuild @@ -42,7 +42,10 @@ DEPEND=" ncurses? ( sys-libs/ncurses:0= ) pcm? ( media-libs/alsa-lib ) policykit? ( sys-auth/polkit ) - python? ( ${PYTHON_DEPS} ) + python? ( + ${PYTHON_DEPS} + dev-python/setuptools[${PYTHON_USEDEP}] + ) speech? ( app-accessibility/espeak-ng app-accessibility/flite