summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-12-11 12:23:19 +0100
committerMichał Górny <mgorny@gentoo.org>2024-12-11 12:53:18 +0100
commit3ee411f1324ad2b881555d1bec5f943f1a7f28a1 (patch)
tree6f41e60778fca61521342418fc05d60e95f9ae44 /eclass/tests/llvm-r1.sh
parentRename {sys-devel → llvm-core}/clang-common (diff)
downloadgentoo-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 'eclass/tests/llvm-r1.sh')
-rwxr-xr-xeclass/tests/llvm-r1.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/eclass/tests/llvm-r1.sh b/eclass/tests/llvm-r1.sh
index 8583fd6c799b..ebfc92c45699 100755
--- a/eclass/tests/llvm-r1.sh
+++ b/eclass/tests/llvm-r1.sh
@@ -149,11 +149,11 @@ test_globals '19' \
LLVM_COMPAT=( {14..18} )
inherit llvm-r1
-test_gen_dep 'sys-devel/llvm:${LLVM_SLOT} sys-devel/clang:${LLVM_SLOT}' <<-EOF
- llvm_slot_15? ( sys-devel/llvm:15 sys-devel/clang:15 )
- llvm_slot_16? ( sys-devel/llvm:16 sys-devel/clang:16 )
- llvm_slot_17? ( sys-devel/llvm:17 sys-devel/clang:17 )
- llvm_slot_18? ( sys-devel/llvm:18 sys-devel/clang:18 )
+test_gen_dep 'sys-devel/llvm:${LLVM_SLOT} llvm-core/clang:${LLVM_SLOT}' <<-EOF
+ llvm_slot_15? ( sys-devel/llvm:15 llvm-core/clang:15 )
+ llvm_slot_16? ( sys-devel/llvm:16 llvm-core/clang:16 )
+ llvm_slot_17? ( sys-devel/llvm:17 llvm-core/clang:17 )
+ llvm_slot_18? ( sys-devel/llvm:18 llvm-core/clang:18 )
EOF
texit