commit: 9fd9dd4b2d37e38bf65eacdd3ad7cab15f211821
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 14 16:37:55 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar 14 16:40:15 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fd9dd4b
sys-libs/compiler-rt: Backport missing clang dep to 4.0.0, #612560
sys-libs/compiler-rt/compiler-rt-4.0.0.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/sys-libs/compiler-rt/compiler-rt-4.0.0.ebuild
b/sys-libs/compiler-rt/compiler-rt-4.0.0.ebuild
index e48c5c66211..a921ea8b65e 100644
--- a/sys-libs/compiler-rt/compiler-rt-4.0.0.ebuild
+++ b/sys-libs/compiler-rt/compiler-rt-4.0.0.ebuild
@@ -25,6 +25,7 @@ RDEPEND="!=sys-libs/compiler-rt-${SLOT}*:0"
# llvm-4 needed for --cmakedir
DEPEND="
>=sys-devel/llvm-4
+ clang? ( sys-devel/clang )
test? ( =sys-devel/clang-${PV%_*}*:${LLVM_SLOT} )
${PYTHON_DEPS}"