diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-12-11 12:23:19 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-12-11 12:53:18 +0100 |
commit | 3ee411f1324ad2b881555d1bec5f943f1a7f28a1 (patch) | |
tree | 6f41e60778fca61521342418fc05d60e95f9ae44 /llvm-runtimes/compiler-rt/compiler-rt-18.1.8-r1.ebuild | |
parent | Rename {sys-devel → llvm-core}/clang-common (diff) | |
download | gentoo-3ee411f1324ad2b881555d1bec5f943f1a7f28a1.tar.gz gentoo-3ee411f1324ad2b881555d1bec5f943f1a7f28a1.tar.bz2 gentoo-3ee411f1324ad2b881555d1bec5f943f1a7f28a1.zip |
Move {sys-devel → llvm-core}/clang
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'llvm-runtimes/compiler-rt/compiler-rt-18.1.8-r1.ebuild')
-rw-r--r-- | llvm-runtimes/compiler-rt/compiler-rt-18.1.8-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm-runtimes/compiler-rt/compiler-rt-18.1.8-r1.ebuild b/llvm-runtimes/compiler-rt/compiler-rt-18.1.8-r1.ebuild index 538cd3a6b6e7..5c43f98877b5 100644 --- a/llvm-runtimes/compiler-rt/compiler-rt-18.1.8-r1.ebuild +++ b/llvm-runtimes/compiler-rt/compiler-rt-18.1.8-r1.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} |