summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-01-23 09:28:47 +0100
committerMichał Górny <mgorny@gentoo.org>2017-01-23 09:38:46 +0100
commitd36d66e6d8f8da372bc8b6dc23b69a69c8b84960 (patch)
tree58a173d863152d51b6cc33fcd4726d7c9082624b /sys-devel/llvm/llvm-3.9.1-r1.ebuild
parentsys-cluster/util-vserver: unmark sparc as stable. (diff)
downloadgentoo-d36d66e6d8f8da372bc8b6dc23b69a69c8b84960.tar.gz
gentoo-d36d66e6d8f8da372bc8b6dc23b69a69c8b84960.tar.bz2
gentoo-d36d66e6d8f8da372bc8b6dc23b69a69c8b84960.zip
sys-devel/llvm: Backport upstream Sphinx race fix to 3.9, #606858
It seems that we have only applied the patch fixing race condition between LLVM Sphinx targets and not between clang's. To fix that, just switch to the upstream patch that fixes both at the root.
Diffstat (limited to 'sys-devel/llvm/llvm-3.9.1-r1.ebuild')
-rw-r--r--sys-devel/llvm/llvm-3.9.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/llvm/llvm-3.9.1-r1.ebuild b/sys-devel/llvm/llvm-3.9.1-r1.ebuild
index 20bee28c2882..5bae5d3b965f 100644
--- a/sys-devel/llvm/llvm-3.9.1-r1.ebuild
+++ b/sys-devel/llvm/llvm-3.9.1-r1.ebuild
@@ -178,7 +178,7 @@ src_prepare() {
# Prevent race conditions with parallel Sphinx runs
# https://llvm.org/bugs/show_bug.cgi?id=23781
- eapply "${FILESDIR}"/3.9.1/0004-cmake-Add-an-ordering-dep-between-HTML-man-Sphinx-ta.patch
+ eapply "${FILESDIR}"/3.9.1/0004-cmake-Use-separate-doctrees-to-prevent-races-between.patch
# Allow custom cmake build types (like 'Gentoo')
eapply "${FILESDIR}"/3.9.1/0006-cmake-Remove-the-CMAKE_BUILD_TYPE-assertion.patch