From: Michał Górny Date: Tue, 14 Mar 2017 16:37:55 +0000 (+0100) Subject: sys-libs/compiler-rt: Backport missing clang dep to 4.0.0, #612560 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9fd9dd4b2d37e38bf65eacdd3ad7cab15f211821;p=gentoo.git sys-libs/compiler-rt: Backport missing clang dep to 4.0.0, #612560 --- 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 e48c5c662111..a921ea8b65e9 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}"