commit: e2030457ee97e2aba42a7d5d99dbe75472b2c7cc
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 5 13:14:10 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Mar 5 13:14:14 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2030457
llvm-core/clang-common: Backport per-slot configs to 20.1.0-r1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../{clang-common-20.1.0.ebuild => clang-common-20.1.0-r1.ebuild} | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/llvm-core/clang-common/clang-common-20.1.0.ebuild
b/llvm-core/clang-common/clang-common-20.1.0-r1.ebuild
similarity index 98%
rename from llvm-core/clang-common/clang-common-20.1.0.ebuild
rename to llvm-core/clang-common/clang-common-20.1.0-r1.ebuild
index 75e1c18f7d3d..3bfc8992d3b2 100644
--- a/llvm-core/clang-common/clang-common-20.1.0.ebuild
+++ b/llvm-core/clang-common/clang-common-20.1.0-r1.ebuild
@@ -28,6 +28,10 @@ PDEPEND="
default-lld? ( >=llvm-core/lld-${PV} )
!default-lld? ( sys-devel/binutils )
"
+# enforce flags on clang-runtime as well to aid transition
+PDEPEND+="
+
llvm-core/clang-runtime[default-compiler-rt?,default-libcxx?,default-lld?,llvm-libunwind?]
+"
IDEPEND="
!default-compiler-rt? ( sys-devel/gcc-config )
!default-libcxx? ( sys-devel/gcc-config )