diff options
Diffstat (limited to 'llvm-runtimes/openmp/openmp-20.0.0_pre20241207.ebuild')
-rw-r--r-- | llvm-runtimes/openmp/openmp-20.0.0_pre20241207.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm-runtimes/openmp/openmp-20.0.0_pre20241207.ebuild b/llvm-runtimes/openmp/openmp-20.0.0_pre20241207.ebuild index 32b91b3699c4..bef34c37bc56 100644 --- a/llvm-runtimes/openmp/openmp-20.0.0_pre20241207.ebuild +++ b/llvm-runtimes/openmp/openmp-20.0.0_pre20241207.ebuild @@ -24,7 +24,7 @@ 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} " @@ -35,7 +35,7 @@ BDEPEND=" $(python_gen_cond_dep ' dev-python/lit[${PYTHON_USEDEP}] ') - sys-devel/clang + llvm-core/clang ) " |