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