commit:     99cd92da554a8065c73090842c3c4e42aed11d8f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 30 08:13:28 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 15 12:47:18 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99cd92da

sys-devel/clang-runtime: Loosen libcxx & libomp dependencies

Allow any newer version of libcxx & libomp since both those libraries
are not slotted.

 sys-devel/clang-runtime/clang-runtime-3.9.0.ebuild     | 6 +++---
 sys-devel/clang-runtime/clang-runtime-3.9.1.ebuild     | 4 ++--
 sys-devel/clang-runtime/clang-runtime-4.0.0_rc1.ebuild | 4 ++--
 sys-devel/clang-runtime/clang-runtime-9999.ebuild      | 6 +++---
 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 1ec51f06f8..10c8e01d0b 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 e0fd624087..8ecaafff44 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 415437f6aa..5acf530ff2 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 d224ca0158..dd325de97a 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 )"

Reply via email to