diff options
Diffstat (limited to 'llvm-runtimes/compiler-rt/compiler-rt-18.1.8-r2.ebuild')
-rw-r--r-- | llvm-runtimes/compiler-rt/compiler-rt-18.1.8-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm-runtimes/compiler-rt/compiler-rt-18.1.8-r2.ebuild b/llvm-runtimes/compiler-rt/compiler-rt-18.1.8-r2.ebuild index 832b22e28097..90611ddd78cb 100644 --- a/llvm-runtimes/compiler-rt/compiler-rt-18.1.8-r2.ebuild +++ b/llvm-runtimes/compiler-rt/compiler-rt-18.1.8-r2.ebuild @@ -21,10 +21,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} |