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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 09D7B1581EC for ; Tue, 19 Nov 2024 15:20:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40870E07EF; Tue, 19 Nov 2024 15:20:58 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 2C9BDE07EF for ; Tue, 19 Nov 2024 15:20:58 +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 3E22B341E1C for ; Tue, 19 Nov 2024 15:20:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 606AD1295 for ; Tue, 19 Nov 2024 15:20:54 +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: <1732029325.bd490e87281edb6d488dbd9b11046a00f0a69937.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/babeltrace/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/babeltrace/babeltrace-2.0.5.ebuild X-VCS-Directories: dev-util/babeltrace/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bd490e87281edb6d488dbd9b11046a00f0a69937 X-VCS-Branch: master Date: Tue, 19 Nov 2024 15:20:54 +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: 645a53e9-32c2-406d-bd56-440acb07f82c X-Archives-Hash: ce3278da563785cd893ee4c6e4c7fd25 commit: bd490e87281edb6d488dbd9b11046a00f0a69937 Author: Sam James gentoo org> AuthorDate: Tue Nov 19 15:15:25 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Nov 19 15:15:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd490e87 dev-util/babeltrace: fix USE=-python build Signed-off-by: Sam James gentoo.org> dev-util/babeltrace/babeltrace-2.0.5.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-util/babeltrace/babeltrace-2.0.5.ebuild b/dev-util/babeltrace/babeltrace-2.0.5.ebuild index e20776805f40..8daefb5003b9 100644 --- a/dev-util/babeltrace/babeltrace-2.0.5.ebuild +++ b/dev-util/babeltrace/babeltrace-2.0.5.ebuild @@ -37,6 +37,10 @@ BDEPEND="${RDEPEND} ) " +pkg_setup() { + use python && python-single-r1_pkg_setup +} + src_configure() { use python && export PYTHON_CONFIG="${EPYTHON}-config" econf \