diff options
Diffstat (limited to 'llvm-runtimes/compiler-rt/compiler-rt-20.0.0_pre20241207.ebuild')
-rw-r--r-- | llvm-runtimes/compiler-rt/compiler-rt-20.0.0_pre20241207.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm-runtimes/compiler-rt/compiler-rt-20.0.0_pre20241207.ebuild b/llvm-runtimes/compiler-rt/compiler-rt-20.0.0_pre20241207.ebuild index 92b6059c1ee7..1c83874b6040 100644 --- a/llvm-runtimes/compiler-rt/compiler-rt-20.0.0_pre20241207.ebuild +++ b/llvm-runtimes/compiler-rt/compiler-rt-20.0.0_pre20241207.ebuild @@ -20,10 +20,10 @@ DEPEND=" sys-devel/llvm:${LLVM_MAJOR} " BDEPEND=" - clang? ( sys-devel/clang:${LLVM_MAJOR} ) + clang? ( llvm-core/clang:${LLVM_MAJOR} ) test? ( $(python_gen_any_dep ">=dev-python/lit-15[\${PYTHON_USEDEP}]") - =sys-devel/clang-${LLVM_VERSION}*:${LLVM_MAJOR} + =llvm-core/clang-${LLVM_VERSION}*:${LLVM_MAJOR} ) !test? ( ${PYTHON_DEPS} |