summaryrefslogtreecommitdiff
path: root/llvm-core/clang-common/clang-common-16.0.6-r6.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-09-02 16:32:22 +0200
committerMichał Górny <mgorny@gentoo.org>2025-09-02 16:32:22 +0200
commitb8500b6fadfa86d3a8bd2a5953e25e7d56fe8c5d (patch)
treecb866d08bf59cf309ccce1b1d5c9a435d5d4e5d2 /llvm-core/clang-common/clang-common-16.0.6-r6.ebuild
parent7a05d3b7513afa0cd42488ecf22350fcef9ac1d2 (diff)
downloadgentoo-b8500b6fadfa86d3a8bd2a5953e25e7d56fe8c5d.tar.gz
gentoo-b8500b6fadfa86d3a8bd2a5953e25e7d56fe8c5d.tar.bz2
gentoo-b8500b6fadfa86d3a8bd2a5953e25e7d56fe8c5d.zip
Move {llvm-core → llvm-runtimes}/clang-runtime
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'llvm-core/clang-common/clang-common-16.0.6-r6.ebuild')
-rw-r--r--llvm-core/clang-common/clang-common-16.0.6-r6.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm-core/clang-common/clang-common-16.0.6-r6.ebuild b/llvm-core/clang-common/clang-common-16.0.6-r6.ebuild
index ac23cdc19da0..4ecbc93a3bfb 100644
--- a/llvm-core/clang-common/clang-common-16.0.6-r6.ebuild
+++ b/llvm-core/clang-common/clang-common-16.0.6-r6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -18,7 +18,7 @@ IUSE="
PDEPEND="
default-compiler-rt? (
- llvm-core/clang-runtime:${LLVM_MAJOR}[compiler-rt]
+ llvm-runtimes/clang-runtime:${LLVM_MAJOR}[compiler-rt]
llvm-libunwind? ( llvm-runtimes/libunwind[static-libs] )
!llvm-libunwind? ( sys-libs/libunwind[static-libs] )
)
@@ -67,7 +67,7 @@ src_install() {
insinto /etc/clang
newins - gentoo-runtimes.cfg <<-EOF
- # This file is initially generated by llvm-core/clang-runtime.
+ # This file is initially generated by llvm-runtimes/clang-runtime.
# It is used to control the default runtimes using by clang.
--rtlib=$(usex default-compiler-rt compiler-rt libgcc)