summaryrefslogtreecommitdiff
path: root/sys-devel/llvm/files/9999
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-08-23 22:29:39 +0200
committerMichał Górny <mgorny@gentoo.org>2016-08-23 22:32:15 +0200
commit7c9bce27e20c323962a0a0becd6828778ff3e3cc (patch)
treec986419cec53c3b126010e2889ac20e62b841ea2 /sys-devel/llvm/files/9999
parente5e1f3ef68195823b58e320b288534117d7d0196 (diff)
downloadgentoo-7c9bce27e20c323962a0a0becd6828778ff3e3cc.tar.gz
gentoo-7c9bce27e20c323962a0a0becd6828778ff3e3cc.tar.xz
sys-devel/llvm: OCaml doc patch has been applied upstream
Diffstat (limited to 'sys-devel/llvm/files/9999')
-rw-r--r--sys-devel/llvm/files/9999/0002-cmake-Make-OCaml-docs-dependent-on-LLVM_BUILD_DOCS.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/sys-devel/llvm/files/9999/0002-cmake-Make-OCaml-docs-dependent-on-LLVM_BUILD_DOCS.patch b/sys-devel/llvm/files/9999/0002-cmake-Make-OCaml-docs-dependent-on-LLVM_BUILD_DOCS.patch
deleted file mode 100644
index b90527a0e44..00000000000
--- a/sys-devel/llvm/files/9999/0002-cmake-Make-OCaml-docs-dependent-on-LLVM_BUILD_DOCS.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 726806d9b4932287d67f9b6b112099648ea008b4 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@gentoo.org>
-Date: Sun, 21 Aug 2016 23:01:47 +0200
-Subject: [PATCH 02/10] cmake: Make OCaml docs dependent on LLVM_BUILD_DOCS
-
-Author: Bernard Cafarelli <voyageur@gentoo.org>
-Bug: https://bugs.gentoo.org/562008
-Patch: https://reviews.llvm.org/D23763
----
- docs/CMakeLists.txt | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt
-index eaa1750..f2cd7e9 100644
---- a/docs/CMakeLists.txt
-+++ b/docs/CMakeLists.txt
-@@ -115,7 +115,7 @@ if (LLVM_ENABLE_SPHINX)
- endif()
-
- list(FIND LLVM_BINDINGS_LIST ocaml uses_ocaml)
--if( NOT uses_ocaml LESS 0 )
-+if( NOT uses_ocaml LESS 0 AND LLVM_BUILD_DOCS )
- set(doc_targets
- ocaml_llvm
- ocaml_llvm_all_backends
---
-2.9.3
-