summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTupone Alfredo <tupone@gentoo.org>2018-03-27 08:05:35 +0200
committerTupone Alfredo <tupone@gentoo.org>2018-03-27 08:05:35 +0200
commit414f51e061f8082d6be5f1e342924bc8cf24ed3b (patch)
treecc9594d5c270a01ddc40602ac8ae25ea3825afc3 /sci-mathematics/why3-for-spark
parentapp-misc/geneweb: Remove STRIP_MASK. Stable 6.08. Remove old (diff)
downloadgentoo-414f51e061f8082d6be5f1e342924bc8cf24ed3b.tar.gz
gentoo-414f51e061f8082d6be5f1e342924bc8cf24ed3b.tar.bz2
gentoo-414f51e061f8082d6be5f1e342924bc8cf24ed3b.zip
sci-mathematics/why3-for-spark: Fix STRIP_MASK usage. Bug #651458
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'sci-mathematics/why3-for-spark')
-rw-r--r--sci-mathematics/why3-for-spark/why3-for-spark-2017.ebuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/sci-mathematics/why3-for-spark/why3-for-spark-2017.ebuild b/sci-mathematics/why3-for-spark/why3-for-spark-2017.ebuild
index 1fa2034863d2..f79b8ccbe05c 100644
--- a/sci-mathematics/why3-for-spark/why3-for-spark-2017.ebuild
+++ b/sci-mathematics/why3-for-spark/why3-for-spark-2017.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -16,6 +16,7 @@ LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="coq doc emacs gtk html hypothesis-selection +ocamlopt profiling zarith zip"
+RESTRICT=strip
DEPEND=">=dev-lang/ocaml-4.02.3[ocamlopt?]
dev-ml/menhir
@@ -65,10 +66,6 @@ src_compile() {
default
if use ocamlopt; then
emake byte
- else
- # If using bytecode we dont want to strip the binary as it would remove
- # the bytecode and only leave ocamlrun...
- export STRIP_MASK="*/bin/*"
fi
use doc && emake doc
}