commit: 3c93f9d2a10e4c1725440850e77d2bc12cfce6a8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 9 22:58:54 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar 9 23:11:25 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c93f9d2
sys-devel/clang: Raise libcxx dep for USE=default-libcxx
Require the same or newer sys-libs/libcxx version when 'default-libcxx'
flag is used. This may reduce the risk of libc++ version problems
on pure libc++ systems (e.g. FreeBSD) by promoting early libc++ upgrade,
and it is consistent with the dependency in sys-devel/clang-runtime.
sys-devel/clang/clang-4.0.1.ebuild | 2 +-
sys-devel/clang/clang-5.0.1.ebuild | 2 +-
sys-devel/clang/clang-6.0.0.ebuild | 2 +-
sys-devel/clang/clang-6.0.9999.ebuild | 2 +-
sys-devel/clang/clang-9999.ebuild | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/sys-devel/clang/clang-4.0.1.ebuild
b/sys-devel/clang/clang-4.0.1.ebuild
index f600ff571c2..6c37d1fd959 100644
--- a/sys-devel/clang/clang-4.0.1.ebuild
+++ b/sys-devel/clang/clang-4.0.1.ebuild
@@ -47,7 +47,7 @@ RDEPEND="${RDEPEND}
PDEPEND="
~sys-devel/clang-runtime-${PV}
default-compiler-rt? ( =sys-libs/compiler-rt-${PV%_*}* )
- default-libcxx? ( sys-libs/libcxx )"
+ default-libcxx? ( >=sys-libs/libcxx-${PV} )"
REQUIRED_USE="${PYTHON_REQUIRED_USE}
|| ( ${ALL_LLVM_TARGETS[*]} )"
diff --git a/sys-devel/clang/clang-5.0.1.ebuild
b/sys-devel/clang/clang-5.0.1.ebuild
index f215ab8b200..4c30e033af7 100644
--- a/sys-devel/clang/clang-5.0.1.ebuild
+++ b/sys-devel/clang/clang-5.0.1.ebuild
@@ -54,7 +54,7 @@ RDEPEND="${RDEPEND}
PDEPEND="
~sys-devel/clang-runtime-${PV}
default-compiler-rt? ( =sys-libs/compiler-rt-${PV%_*}* )
- default-libcxx? ( sys-libs/libcxx )"
+ default-libcxx? ( >=sys-libs/libcxx-${PV} )"
REQUIRED_USE="${PYTHON_REQUIRED_USE}
|| ( ${ALL_LLVM_TARGETS[*]} )"
diff --git a/sys-devel/clang/clang-6.0.0.ebuild
b/sys-devel/clang/clang-6.0.0.ebuild
index 36d8549e27a..e6a5cb693b9 100644
--- a/sys-devel/clang/clang-6.0.0.ebuild
+++ b/sys-devel/clang/clang-6.0.0.ebuild
@@ -56,7 +56,7 @@ RDEPEND="${RDEPEND}
PDEPEND="
~sys-devel/clang-runtime-${PV}
default-compiler-rt? ( =sys-libs/compiler-rt-${PV%_*}* )
- default-libcxx? ( sys-libs/libcxx )"
+ default-libcxx? ( >=sys-libs/libcxx-${PV} )"
REQUIRED_USE="${PYTHON_REQUIRED_USE}
|| ( ${ALL_LLVM_TARGETS[*]} )"
diff --git a/sys-devel/clang/clang-6.0.9999.ebuild
b/sys-devel/clang/clang-6.0.9999.ebuild
index a9edb3ec6a2..dc710183291 100644
--- a/sys-devel/clang/clang-6.0.9999.ebuild
+++ b/sys-devel/clang/clang-6.0.9999.ebuild
@@ -52,7 +52,7 @@ RDEPEND="${RDEPEND}
PDEPEND="
~sys-devel/clang-runtime-${PV}
default-compiler-rt? ( =sys-libs/compiler-rt-${PV%_*}* )
- default-libcxx? ( sys-libs/libcxx )"
+ default-libcxx? ( >=sys-libs/libcxx-${PV} )"
REQUIRED_USE="${PYTHON_REQUIRED_USE}
|| ( ${ALL_LLVM_TARGETS[*]} )"
diff --git a/sys-devel/clang/clang-9999.ebuild
b/sys-devel/clang/clang-9999.ebuild
index 015b5639dbf..0014ecde46b 100644
--- a/sys-devel/clang/clang-9999.ebuild
+++ b/sys-devel/clang/clang-9999.ebuild
@@ -53,7 +53,7 @@ RDEPEND="${RDEPEND}
PDEPEND="
~sys-devel/clang-runtime-${PV}
default-compiler-rt? ( =sys-libs/compiler-rt-${PV%_*}* )
- default-libcxx? ( sys-libs/libcxx )"
+ default-libcxx? ( >=sys-libs/libcxx-${PV} )"
REQUIRED_USE="${PYTHON_REQUIRED_USE}
|| ( ${ALL_LLVM_TARGETS[*]} )"