projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81fe05a
)
sys-libs/compiler-rt: Backport missing clang dep to 4.0.0, #612560
author
Michał Górny
<mgorny@gentoo.org>
Tue, 14 Mar 2017 16:37:55 +0000
(17:37 +0100)
committer
Michał 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
patch
|
blob
|
history
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 e48c5c662111dadd4f28f374e91c3b89282d9498..a921ea8b65e980b59903dfddf718a6fdae341782 100644
(file)
--- 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}"