summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-03-14 17:37:55 +0100
committerMichał Górny <mgorny@gentoo.org>2017-03-14 17:40:15 +0100
commit9fd9dd4b2d37e38bf65eacdd3ad7cab15f211821 (patch)
treeb93bb8f23cff867e867fba9053beeaac5dafdc4f /sys-libs/compiler-rt
parentapp-emulation/virt-manager: update live ebuild (diff)
downloadgentoo-9fd9dd4b2d37e38bf65eacdd3ad7cab15f211821.tar.gz
gentoo-9fd9dd4b2d37e38bf65eacdd3ad7cab15f211821.tar.bz2
gentoo-9fd9dd4b2d37e38bf65eacdd3ad7cab15f211821.zip
sys-libs/compiler-rt: Backport missing clang dep to 4.0.0, #612560
Diffstat (limited to 'sys-libs/compiler-rt')
-rw-r--r--sys-libs/compiler-rt/compiler-rt-4.0.0.ebuild1
1 files changed, 1 insertions, 0 deletions
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}"