diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-01-30 09:13:28 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-02-15 13:47:18 +0100 |
commit | 99cd92da554a8065c73090842c3c4e42aed11d8f (patch) | |
tree | 4a5d8d71c87d2daa50b7023959ee5af80055358f /sys-devel | |
parent | sys-libs/compiler-rt-sanitizers: Add slotted version (diff) | |
download | gentoo-99cd92da554a8065c73090842c3c4e42aed11d8f.tar.gz gentoo-99cd92da554a8065c73090842c3c4e42aed11d8f.tar.bz2 gentoo-99cd92da554a8065c73090842c3c4e42aed11d8f.zip |
sys-devel/clang-runtime: Loosen libcxx & libomp dependencies
Allow any newer version of libcxx & libomp since both those libraries
are not slotted.
Diffstat (limited to 'sys-devel')
4 files changed, 10 insertions, 10 deletions
diff --git a/sys-devel/clang-runtime/clang-runtime-3.9.0.ebuild b/sys-devel/clang-runtime/clang-runtime-3.9.0.ebuild index 1ec51f06f89a..10c8e01d0b37 100644 --- a/sys-devel/clang-runtime/clang-runtime-3.9.0.ebuild +++ b/sys-devel/clang-runtime/clang-runtime-3.9.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,5 +17,5 @@ IUSE="libcxx openmp" # compiler-rt is installed unconditionally RDEPEND=" - libcxx? ( ~sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] ) - openmp? ( ~sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )" + libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] ) + openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )" diff --git a/sys-devel/clang-runtime/clang-runtime-3.9.1.ebuild b/sys-devel/clang-runtime/clang-runtime-3.9.1.ebuild index e0fd62408727..8ecaafff4421 100644 --- a/sys-devel/clang-runtime/clang-runtime-3.9.1.ebuild +++ b/sys-devel/clang-runtime/clang-runtime-3.9.1.ebuild @@ -17,5 +17,5 @@ IUSE="libcxx openmp" # compiler-rt is installed unconditionally RDEPEND=" - libcxx? ( ~sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] ) - openmp? ( ~sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )" + libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] ) + openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )" diff --git a/sys-devel/clang-runtime/clang-runtime-4.0.0_rc1.ebuild b/sys-devel/clang-runtime/clang-runtime-4.0.0_rc1.ebuild index 415437f6aa72..5acf530ff212 100644 --- a/sys-devel/clang-runtime/clang-runtime-4.0.0_rc1.ebuild +++ b/sys-devel/clang-runtime/clang-runtime-4.0.0_rc1.ebuild @@ -20,7 +20,7 @@ RDEPEND=" ~sys-libs/compiler-rt-${PV} sanitize? ( ~sys-libs/compiler-rt-sanitizers-${PV} ) ) - libcxx? ( ~sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] ) - openmp? ( ~sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )" + libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] ) + openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )" REQUIRED_USE="sanitize? ( compiler-rt )" diff --git a/sys-devel/clang-runtime/clang-runtime-9999.ebuild b/sys-devel/clang-runtime/clang-runtime-9999.ebuild index d224ca01584b..dd325de97a95 100644 --- a/sys-devel/clang-runtime/clang-runtime-9999.ebuild +++ b/sys-devel/clang-runtime/clang-runtime-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -20,7 +20,7 @@ RDEPEND=" ~sys-libs/compiler-rt-${PV} sanitize? ( ~sys-libs/compiler-rt-sanitizers-${PV} ) ) - libcxx? ( ~sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] ) - openmp? ( ~sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )" + libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] ) + openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )" REQUIRED_USE="sanitize? ( compiler-rt )" |