diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-12-11 12:29:30 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-12-11 12:53:24 +0100 |
commit | 1f9f1999cdc8ccb94054dec2d2951c7e486aa996 (patch) | |
tree | 083f072f5a45564fcf8937b43274d14b4d6a037e /llvm-runtimes/openmp/openmp-18.1.8.ebuild | |
parent | Move {sys-devel → llvm-core}/llvm-common (diff) | |
download | gentoo-1f9f1999cdc8ccb94054dec2d2951c7e486aa996.tar.gz gentoo-1f9f1999cdc8ccb94054dec2d2951c7e486aa996.tar.bz2 gentoo-1f9f1999cdc8ccb94054dec2d2951c7e486aa996.zip |
Move {sys-devel → llvm-core}/llvm
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'llvm-runtimes/openmp/openmp-18.1.8.ebuild')
-rw-r--r-- | llvm-runtimes/openmp/openmp-18.1.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm-runtimes/openmp/openmp-18.1.8.ebuild b/llvm-runtimes/openmp/openmp-18.1.8.ebuild index 7e31268e06b1..866ca4a5b663 100644 --- a/llvm-runtimes/openmp/openmp-18.1.8.ebuild +++ b/llvm-runtimes/openmp/openmp-18.1.8.ebuild @@ -27,13 +27,13 @@ RDEPEND=" hwloc? ( >=sys-apps/hwloc-2.5:0=[${MULTILIB_USEDEP}] ) offload? ( dev-libs/libffi:=[${MULTILIB_USEDEP}] - ~sys-devel/llvm-${PV}[${MULTILIB_USEDEP}] + ~llvm-core/llvm-${PV}[${MULTILIB_USEDEP}] llvm_targets_AMDGPU? ( dev-libs/rocr-runtime:= ) ) " # tests: # - dev-python/lit provides the test runner -# - sys-devel/llvm provide test utils (e.g. FileCheck) +# - llvm-core/llvm provide test utils (e.g. FileCheck) # - llvm-core/clang provides the compiler to run tests DEPEND=" ${RDEPEND} |