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-17.0.6.ebuild | |
| parent | 70ebd0f191056450222c7f5dd3f7caf098dfa849 (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-17.0.6.ebuild')
| -rw-r--r-- | llvm-runtimes/openmp/openmp-17.0.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm-runtimes/openmp/openmp-17.0.6.ebuild b/llvm-runtimes/openmp/openmp-17.0.6.ebuild index 2298ef8a3f80..50715455a515 100644 --- a/llvm-runtimes/openmp/openmp-17.0.6.ebuild +++ b/llvm-runtimes/openmp/openmp-17.0.6.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} |
