From 9fd9dd4b2d37e38bf65eacdd3ad7cab15f211821 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 14 Mar 2017 17:37:55 +0100 Subject: [PATCH] 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 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}" -- 2.26.2