diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-01-04 00:15:56 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-01-04 00:35:22 +0100 |
commit | e06e32b0e9392f8bce22fd0efb04aaa0ee12ec9c (patch) | |
tree | 9a76efae9cae2426b57d05d958d09b0266f40a10 /sys-libs/libomp | |
parent | dev-python/futures: Clean old up (diff) | |
download | gentoo-e06e32b0e9392f8bce22fd0efb04aaa0ee12ec9c.tar.gz gentoo-e06e32b0e9392f8bce22fd0efb04aaa0ee12ec9c.tar.bz2 gentoo-e06e32b0e9392f8bce22fd0efb04aaa0ee12ec9c.zip |
sys-libs/libomp: Tests of new versions require clang-6 now
Diffstat (limited to 'sys-libs/libomp')
-rw-r--r-- | sys-libs/libomp/libomp-6.0.9999.ebuild | 2 | ||||
-rw-r--r-- | sys-libs/libomp/libomp-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/libomp/libomp-6.0.9999.ebuild b/sys-libs/libomp/libomp-6.0.9999.ebuild index 9988d0c22890..a5949315fe72 100644 --- a/sys-libs/libomp/libomp-6.0.9999.ebuild +++ b/sys-libs/libomp/libomp-6.0.9999.ebuild @@ -37,7 +37,7 @@ DEPEND="${RDEPEND} test? ( $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]') sys-devel/llvm - >=sys-devel/clang-3.9.0 + >=sys-devel/clang-6 )" # least intrusive of all diff --git a/sys-libs/libomp/libomp-9999.ebuild b/sys-libs/libomp/libomp-9999.ebuild index 4d5905215164..219ed6080119 100644 --- a/sys-libs/libomp/libomp-9999.ebuild +++ b/sys-libs/libomp/libomp-9999.ebuild @@ -36,7 +36,7 @@ DEPEND="${RDEPEND} test? ( $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]') sys-devel/llvm - >=sys-devel/clang-3.9.0 + >=sys-devel/clang-6 )" # least intrusive of all |