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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 534311580E0 for ; Sat, 01 Feb 2025 08:06:17 +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)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 3D0483431AA for ; Sat, 01 Feb 2025 08:06:17 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 10ED611047A; Sat, 01 Feb 2025 08:06:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 bobolink.gentoo.org (Postfix) with ESMTPS id 009A3110478 for ; Sat, 01 Feb 2025 08:06:01 +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 A90173430F2 for ; Sat, 01 Feb 2025 08:06:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E36FC2532 for ; Sat, 01 Feb 2025 08:05:58 +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: <1738397142.ab884c8cc94facf5661db1e274db78188167651e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: llvm-core/clang-toolchain-symlinks/ X-VCS-Repository: repo/gentoo X-VCS-Files: llvm-core/clang-toolchain-symlinks/clang-toolchain-symlinks-21.ebuild X-VCS-Directories: llvm-core/clang-toolchain-symlinks/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ab884c8cc94facf5661db1e274db78188167651e X-VCS-Branch: master Date: Sat, 01 Feb 2025 08:05:58 +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: 519a5d2a-5a25-4424-a8b7-9d2f6be6df77 X-Archives-Hash: cdca6207ac7d39c020b3f0c5970d3a50 commit: ab884c8cc94facf5661db1e274db78188167651e Author: Michał Górny gentoo org> AuthorDate: Sat Feb 1 07:59:12 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Feb 1 08:05:42 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab884c8c llvm-core/clang-toolchain-symlinks: main is now 21* Signed-off-by: Michał Górny gentoo.org> .../clang-toolchain-symlinks-21.ebuild | 58 ++++++++++++++++++++++ 1 file changed, 58 insertions(+) diff --git a/llvm-core/clang-toolchain-symlinks/clang-toolchain-symlinks-21.ebuild b/llvm-core/clang-toolchain-symlinks/clang-toolchain-symlinks-21.ebuild new file mode 100644 index 000000000000..a6dc1b3e98e0 --- /dev/null +++ b/llvm-core/clang-toolchain-symlinks/clang-toolchain-symlinks-21.ebuild @@ -0,0 +1,58 @@ +# Copyright 2022-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit multilib + +DESCRIPTION="Symlinks to use Clang on GCC-free system" +HOMEPAGE="https://wiki.gentoo.org/wiki/Project:LLVM" +S=${WORKDIR} + +LICENSE="public-domain" +SLOT="${PV}" +IUSE="gcc-symlinks multilib-symlinks +native-symlinks" + +# Blocker for bug #872416 +RDEPEND=" + !