sys-libs/compiler-rt: Backport missing clang dep to 4.0.0, #612560
authorMichał Górny <mgorny@gentoo.org>
Tue, 14 Mar 2017 16:37:55 +0000 (17:37 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 14 Mar 2017 16:40:15 +0000 (17:40 +0100)
sys-libs/compiler-rt/compiler-rt-4.0.0.ebuild

index e48c5c662111dadd4f28f374e91c3b89282d9498..a921ea8b65e980b59903dfddf718a6fdae341782 100644 (file)
@@ -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}"