summaryrefslogtreecommitdiff
path: root/llvm-runtimes/openmp/openmp-15.0.7-r6.ebuild
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 /llvm-runtimes/openmp/openmp-15.0.7-r6.ebuild
parent8ad2ca46b97422cb290d058cf556587fc4031945 (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 'llvm-runtimes/openmp/openmp-15.0.7-r6.ebuild')
-rw-r--r--llvm-runtimes/openmp/openmp-15.0.7-r6.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm-runtimes/openmp/openmp-15.0.7-r6.ebuild b/llvm-runtimes/openmp/openmp-15.0.7-r6.ebuild
index 3abe51db096c..6ce965355ddf 100644
--- a/llvm-runtimes/openmp/openmp-15.0.7-r6.ebuild
+++ b/llvm-runtimes/openmp/openmp-15.0.7-r6.ebuild
@@ -30,20 +30,20 @@ RDEPEND="
# tests:
# - dev-python/lit provides the test runner
# - sys-devel/llvm provide test utils (e.g. FileCheck)
-# - sys-devel/clang provides the compiler to run tests
+# - llvm-core/clang provides the compiler to run tests
DEPEND="
${RDEPEND}
"
BDEPEND="
dev-lang/perl
offload? (
- llvm_targets_AMDGPU? ( sys-devel/clang )
- llvm_targets_NVPTX? ( sys-devel/clang )
+ llvm_targets_AMDGPU? ( llvm-core/clang )
+ llvm_targets_NVPTX? ( llvm-core/clang )
virtual/pkgconfig
)
test? (
$(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]')
- sys-devel/clang
+ llvm-core/clang
)
"