summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-12-11 12:20:33 +0100
committerMichał Górny <mgorny@gentoo.org>2024-12-11 12:53:16 +0100
commit6aa98b9305c952a63d1a5f2d39f748ac9e3c5505 (patch)
tree33484157c68073f9ed2c9011f18c458788287bce /sys-devel/clang-common/clang-common-18.1.8-r3.ebuild
parentMove {sys-libs → llvm-runtimes}/compiler-rt (diff)
downloadgentoo-6aa98b9305c952a63d1a5f2d39f748ac9e3c5505.tar.gz
gentoo-6aa98b9305c952a63d1a5f2d39f748ac9e3c5505.tar.bz2
gentoo-6aa98b9305c952a63d1a5f2d39f748ac9e3c5505.zip
Move {sys-devel → llvm-core}/clang-runtime
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel/clang-common/clang-common-18.1.8-r3.ebuild')
-rw-r--r--sys-devel/clang-common/clang-common-18.1.8-r3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/clang-common/clang-common-18.1.8-r3.ebuild b/sys-devel/clang-common/clang-common-18.1.8-r3.ebuild
index ae1a72c52b76..b078434e55bd 100644
--- a/sys-devel/clang-common/clang-common-18.1.8-r3.ebuild
+++ b/sys-devel/clang-common/clang-common-18.1.8-r3.ebuild
@@ -18,7 +18,7 @@ IUSE="
PDEPEND="
default-compiler-rt? (
- sys-devel/clang-runtime:${LLVM_MAJOR}[compiler-rt]
+ llvm-core/clang-runtime:${LLVM_MAJOR}[compiler-rt]
llvm-libunwind? ( llvm-runtimes/libunwind[static-libs] )
!llvm-libunwind? ( sys-libs/libunwind[static-libs] )
)
@@ -144,7 +144,7 @@ src_install() {
insinto /etc/clang
newins - gentoo-runtimes.cfg <<-EOF
- # This file is initially generated by sys-devel/clang-runtime.
+ # This file is initially generated by llvm-core/clang-runtime.
# It is used to control the default runtimes using by clang.
--rtlib=$(usex default-compiler-rt compiler-rt libgcc)