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 AEFDB158099 for ; Wed, 29 Nov 2023 04:10:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B5DC2BC0D9; 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 365B22BC0D9 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 EA378335D43 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 94D1E140E 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: <1701230941.58961f6993c152ff188bf65c879dc4ce0d772172.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: 58961f6993c152ff188bf65c879dc4ce0d772172 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: f4682cc3-d95b-44d4-ae42-67853e937762 X-Archives-Hash: 0d19c62840b6d3b255bbd49f4e4f1854 commit: 58961f6993c152ff188bf65c879dc4ce0d772172 Author: Eli Schwartz gmail com> AuthorDate: Tue Nov 28 19:29:43 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Nov 29 04:09:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58961f69 app-accessibility/brltty: add missing build dependency on tcl The Autostart/Udev directory executes tcl scripts as part of installation, unrelated to tcl bindings. It is therefore required unconditionally at build time. Signed-off-by: Eli Schwartz gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34029 Signed-off-by: Sam James gentoo.org> app-accessibility/brltty/brltty-6.6-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-accessibility/brltty/brltty-6.6-r1.ebuild b/app-accessibility/brltty/brltty-6.6-r1.ebuild index 5a7e5893753d..e2d3a528f5d0 100644 --- a/app-accessibility/brltty/brltty-6.6-r1.ebuild +++ b/app-accessibility/brltty/brltty-6.6-r1.ebuild @@ -68,6 +68,7 @@ RDEPEND="${DEPEND} java? ( >=virtual/jre-1.8:* ) " BDEPEND=" + >=dev-lang/tcl-8.6.13-r1 virtual/pkgconfig java? ( >=virtual/jdk-1.8:* ) nls? ( virtual/libintl )