Skip to content

Commit

Permalink
dev-ml/reason: backport upstream fix for latest utop
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.2
  • Loading branch information
aballier committed May 30, 2017
1 parent 110cc72 commit 7839bde
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
17 changes: 17 additions & 0 deletions dev-ml/reason/files/utop.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
commit a8cfc8636ac2ab3292156d0038d54af730a59007
Author: Cristiano Calcagno <[email protected]>
Date: Tue May 30 16:23:57 2017 +0200

Fix utop compilation

diff --git a/_tags b/_tags
index ac43e8d..788a36e 100644
--- a/_tags
+++ b/_tags
@@ -1,5 +1,6 @@
true: warn(@5@8@10@11@12@14@23-24@26@29@40), bin_annot, safe_string, debug

+<src/reason_utop.ml>: thread
<editorSupport/**>: -traverse
<node_modules/**>: -traverse
<bspacks/**>: -traverse
2 changes: 2 additions & 0 deletions dev-ml/reason/reason-1.13.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ DEPEND="${DEPEND}
dev-ml/ocamlbuild
dev-ml/opam"

PATCHES=( "${FILESDIR}/utop.patch" )

src_compile() {
emake precompile
emake build
Expand Down

0 comments on commit 7839bde

Please sign in to comment.