summaryrefslogtreecommitdiff
path: root/llvm-core/clang-common/clang-common-21.1.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'llvm-core/clang-common/clang-common-21.1.0.ebuild')
-rw-r--r--llvm-core/clang-common/clang-common-21.1.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm-core/clang-common/clang-common-21.1.0.ebuild b/llvm-core/clang-common/clang-common-21.1.0.ebuild
index 00fc8b0e151f..6ff3220636e5 100644
--- a/llvm-core/clang-common/clang-common-21.1.0.ebuild
+++ b/llvm-core/clang-common/clang-common-21.1.0.ebuild
@@ -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] )
)
@@ -30,7 +30,7 @@ PDEPEND="
"
# enforce flags on clang-runtime as well to aid transition
PDEPEND+="
- llvm-core/clang-runtime[default-compiler-rt(-)?,default-libcxx(-)?,default-lld(-)?,llvm-libunwind(-)?]
+ llvm-runtimes/clang-runtime[default-compiler-rt(-)?,default-libcxx(-)?,default-lld(-)?,llvm-libunwind(-)?]
"
IDEPEND="
!default-compiler-rt? ( sys-devel/gcc-config )
@@ -148,7 +148,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)