From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id A2E1D1580EB for ; Wed, 28 May 2025 10:47:24 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 8727C3430F8 for ; Wed, 28 May 2025 10:47:24 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 81F35110287; Wed, 28 May 2025 10:47:23 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 bobolink.gentoo.org (Postfix) with ESMTPS id 785A7110287 for ; Wed, 28 May 2025 10:47: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 32E5C3430F8 for ; Wed, 28 May 2025 10:47:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A039F275F for ; Wed, 28 May 2025 10:47:21 +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: <1748428987.3e65c021cf6999d4e4985dc461f4f3ae98bc0986.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: llvm-runtimes/libcxxabi/ X-VCS-Repository: repo/gentoo X-VCS-Files: llvm-runtimes/libcxxabi/libcxxabi-21.0.0.9999.ebuild X-VCS-Directories: llvm-runtimes/libcxxabi/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3e65c021cf6999d4e4985dc461f4f3ae98bc0986 X-VCS-Branch: master Date: Wed, 28 May 2025 10:47:21 +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: b261ae29-62e9-4bf5-9926-cab4d4db850e X-Archives-Hash: 99b0b466d9c1429ab1e43c3076e2c2be commit: 3e65c021cf6999d4e4985dc461f4f3ae98bc0986 Author: Michał Górny gentoo org> AuthorDate: Wed May 28 10:43:07 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed May 28 10:43:07 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e65c021 llvm-runtimes/libcxxabi: Tests need in-tree LLVM headers now Signed-off-by: Michał Górny gentoo.org> llvm-runtimes/libcxxabi/libcxxabi-21.0.0.9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm-runtimes/libcxxabi/libcxxabi-21.0.0.9999.ebuild b/llvm-runtimes/libcxxabi/libcxxabi-21.0.0.9999.ebuild index 7aab2f168c62..a54dc0ac0c7c 100644 --- a/llvm-runtimes/libcxxabi/libcxxabi-21.0.0.9999.ebuild +++ b/llvm-runtimes/libcxxabi/libcxxabi-21.0.0.9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit cmake-multilib flag-o-matic llvm.org llvm-utils python-any-r1 inherit toolchain-funcs @@ -37,7 +37,7 @@ BDEPEND=" " LLVM_COMPONENTS=( runtimes libcxx{abi,} llvm/cmake cmake ) -LLVM_TEST_COMPONENTS=( libc llvm/utils/llvm-lit ) +LLVM_TEST_COMPONENTS=( libc llvm/include/llvm/Demangle llvm/utils/llvm-lit ) llvm.org_set_globals python_check_deps() {