Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/why3-for-spark/
Date: Tue, 27 Mar 2018 06:05:52
Message-Id: 1522130735.414f51e061f8082d6be5f1e342924bc8cf24ed3b.tupone@gentoo
1 commit: 414f51e061f8082d6be5f1e342924bc8cf24ed3b
2 Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 27 06:05:35 2018 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 27 06:05:35 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=414f51e0
7
8 sci-mathematics/why3-for-spark: Fix STRIP_MASK usage. Bug #651458
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 sci-mathematics/why3-for-spark/why3-for-spark-2017.ebuild | 7 ++-----
13 1 file changed, 2 insertions(+), 5 deletions(-)
14
15 diff --git a/sci-mathematics/why3-for-spark/why3-for-spark-2017.ebuild b/sci-mathematics/why3-for-spark/why3-for-spark-2017.ebuild
16 index 1fa2034863d..f79b8ccbe05 100644
17 --- a/sci-mathematics/why3-for-spark/why3-for-spark-2017.ebuild
18 +++ b/sci-mathematics/why3-for-spark/why3-for-spark-2017.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -16,6 +16,7 @@ LICENSE="GPL-3"
26 SLOT="0"
27 KEYWORDS="~amd64"
28 IUSE="coq doc emacs gtk html hypothesis-selection +ocamlopt profiling zarith zip"
29 +RESTRICT=strip
30
31 DEPEND=">=dev-lang/ocaml-4.02.3[ocamlopt?]
32 dev-ml/menhir
33 @@ -65,10 +66,6 @@ src_compile() {
34 default
35 if use ocamlopt; then
36 emake byte
37 - else
38 - # If using bytecode we dont want to strip the binary as it would remove
39 - # the bytecode and only leave ocamlrun...
40 - export STRIP_MASK="*/bin/*"
41 fi
42 use doc && emake doc
43 }