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 18375158042 for ; Wed, 23 Oct 2024 12:18:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 246FDE09D0; Wed, 23 Oct 2024 12:18:23 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 10152E09D0 for ; Wed, 23 Oct 2024 12:18:23 +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 4A4A0340DC8 for ; Wed, 23 Oct 2024 12:18:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C8CA1B65 for ; Wed, 23 Oct 2024 12:18:20 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1729685881.ec57a55bc7978d80666f8242ca9d57e85b485801.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libcxxabi/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libcxxabi/libcxxabi-20.0.0.9999.ebuild X-VCS-Directories: sys-libs/libcxxabi/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ec57a55bc7978d80666f8242ca9d57e85b485801 X-VCS-Branch: master Date: Wed, 23 Oct 2024 12:18:20 +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: b98aee24-4d3a-43db-a412-475eb59bf469 X-Archives-Hash: f69b7fb32bb5d244fc6fab5b1d2fc7c7 commit: ec57a55bc7978d80666f8242ca9d57e85b485801 Author: Michał Górny gentoo org> AuthorDate: Wed Oct 23 10:23:51 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Oct 23 12:18:01 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec57a55b sys-libs/libcxxabi: Building libc++ (for tests) requires libc src now Signed-off-by: Michał Górny gentoo.org> sys-libs/libcxxabi/libcxxabi-20.0.0.9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/libcxxabi/libcxxabi-20.0.0.9999.ebuild b/sys-libs/libcxxabi/libcxxabi-20.0.0.9999.ebuild index 22c102f6258c..13b5d3b6c275 100644 --- a/sys-libs/libcxxabi/libcxxabi-20.0.0.9999.ebuild +++ b/sys-libs/libcxxabi/libcxxabi-20.0.0.9999.ebuild @@ -37,7 +37,7 @@ BDEPEND=" " LLVM_COMPONENTS=( runtimes libcxx{abi,} llvm/cmake cmake ) -LLVM_TEST_COMPONENTS=( llvm/utils/llvm-lit ) +LLVM_TEST_COMPONENTS=( libc llvm/utils/llvm-lit ) llvm.org_set_globals python_check_deps() {