diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-01-23 09:28:47 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-01-23 09:38:46 +0100 |
commit | d36d66e6d8f8da372bc8b6dc23b69a69c8b84960 (patch) | |
tree | 58a173d863152d51b6cc33fcd4726d7c9082624b /sys-devel/llvm/llvm-3.8.1-r2.ebuild | |
parent | sys-cluster/util-vserver: unmark sparc as stable. (diff) | |
download | gentoo-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.8.1-r2.ebuild')
-rw-r--r-- | sys-devel/llvm/llvm-3.8.1-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/llvm/llvm-3.8.1-r2.ebuild b/sys-devel/llvm/llvm-3.8.1-r2.ebuild index 5ba7822d0e65..fd640fc15259 100644 --- a/sys-devel/llvm/llvm-3.8.1-r2.ebuild +++ b/sys-devel/llvm/llvm-3.8.1-r2.ebuild @@ -167,7 +167,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.8.1/0004-cmake-Add-an-ordering-dep-between-HTML-man-Sphinx-ta.patch # Prevent installing libgtest # https://llvm.org/bugs/show_bug.cgi?id=18341 |