From 7839bdecb938aaa758d3d7d757a385e1a4d79594 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Tue, 30 May 2017 20:08:02 +0200 Subject: dev-ml/reason: backport upstream fix for latest utop Package-Manager: Portage-2.3.6, Repoman-2.3.2 --- dev-ml/reason/files/utop.patch | 17 +++++++++++++++++ dev-ml/reason/reason-1.13.5.ebuild | 2 ++ 2 files changed, 19 insertions(+) create mode 100644 dev-ml/reason/files/utop.patch (limited to 'dev-ml') diff --git a/dev-ml/reason/files/utop.patch b/dev-ml/reason/files/utop.patch new file mode 100644 index 000000000000..dc3c61ee7179 --- /dev/null +++ b/dev-ml/reason/files/utop.patch @@ -0,0 +1,17 @@ +commit a8cfc8636ac2ab3292156d0038d54af730a59007 +Author: Cristiano Calcagno +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 + ++: thread + : -traverse + : -traverse + : -traverse diff --git a/dev-ml/reason/reason-1.13.5.ebuild b/dev-ml/reason/reason-1.13.5.ebuild index 1ef34e4b334f..bdb8d838039a 100644 --- a/dev-ml/reason/reason-1.13.5.ebuild +++ b/dev-ml/reason/reason-1.13.5.ebuild @@ -27,6 +27,8 @@ DEPEND="${DEPEND} dev-ml/ocamlbuild dev-ml/opam" +PATCHES=( "${FILESDIR}/utop.patch" ) + src_compile() { emake precompile emake build -- cgit v1.2.3-65-gdbad