sys-devel/clang-runtime: Loosen libcxx & libomp dependencies
authorMichał Górny <mgorny@gentoo.org>
Mon, 30 Jan 2017 08:13:28 +0000 (09:13 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 15 Feb 2017 12:47:18 +0000 (13:47 +0100)
Allow any newer version of libcxx & libomp since both those libraries
are not slotted.

sys-devel/clang-runtime/clang-runtime-3.9.0.ebuild
sys-devel/clang-runtime/clang-runtime-3.9.1.ebuild
sys-devel/clang-runtime/clang-runtime-4.0.0_rc1.ebuild
sys-devel/clang-runtime/clang-runtime-9999.ebuild

index 1ec51f06f89a0cef2fad362ef38f4cb9ff3a06b9..10c8e01d0b3705c9a6f1222babf871ea27a69aad 100644 (file)
@@ -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}] )"
index e0fd62408727ee2b279c6870e290f29db9a5003c..8ecaafff44215dd70d0013ea53a90246e2631587 100644 (file)
@@ -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}] )"
index 415437f6aa72be5e33538fd2be479ffa5d7eb91e..5acf530ff2127d794b2313cea65b8c20914ec692 100644 (file)
@@ -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 )"
index d224ca01584b932cbbc2c38ae1acfa73b444e909..dd325de97a9533022b64c95f7e275c7a49caac98 100644 (file)
@@ -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 )"