From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C9DF11382C5 for ; Tue, 27 Mar 2018 06:05:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DAC81E09A7; Tue, 27 Mar 2018 06:05:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ADB59E09A7 for ; Tue, 27 Mar 2018 06:05:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 10E2B335C63 for ; Tue, 27 Mar 2018 06:05:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6935A26C for ; Tue, 27 Mar 2018 06:05:48 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1522130735.414f51e061f8082d6be5f1e342924bc8cf24ed3b.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/why3-for-spark/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/why3-for-spark/why3-for-spark-2017.ebuild X-VCS-Directories: sci-mathematics/why3-for-spark/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 414f51e061f8082d6be5f1e342924bc8cf24ed3b X-VCS-Branch: master Date: Tue, 27 Mar 2018 06:05:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f36e5750-0de2-4305-a6b8-57e0e70d4a18 X-Archives-Hash: 333ea0167845ff5e62aa2a566a2bebbc commit: 414f51e061f8082d6be5f1e342924bc8cf24ed3b Author: Tupone Alfredo gentoo org> AuthorDate: Tue Mar 27 06:05:35 2018 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Tue Mar 27 06:05:35 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=414f51e0 sci-mathematics/why3-for-spark: Fix STRIP_MASK usage. Bug #651458 Package-Manager: Portage-2.3.24, Repoman-2.3.6 sci-mathematics/why3-for-spark/why3-for-spark-2017.ebuild | 7 ++----- 1 file 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 1fa2034863d..f79b8ccbe05 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 }