diff options
author | Tupone Alfredo <tupone@gentoo.org> | 2020-01-17 11:41:07 +0100 |
---|---|---|
committer | Tupone Alfredo <tupone@gentoo.org> | 2020-01-17 11:41:07 +0100 |
commit | 15f19de474ea4871f4284684f26b152ed2eff792 (patch) | |
tree | edacdf4c3b8a772c958e0be3e8e3970608e2f845 /sci-mathematics/why3-for-spark | |
parent | net-libs/libwebsockets: x86 stable wrt bug #705512 (diff) | |
download | gentoo-15f19de474ea4871f4284684f26b152ed2eff792.tar.gz gentoo-15f19de474ea4871f4284684f26b152ed2eff792.tar.bz2 gentoo-15f19de474ea4871f4284684f26b152ed2eff792.zip |
sci-mathematics/why3-for-spark: profiling is not more supported by newer ocaml
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-mathematics/why3-for-spark')
-rw-r--r-- | sci-mathematics/why3-for-spark/why3-for-spark-2019-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sci-mathematics/why3-for-spark/why3-for-spark-2019-r1.ebuild b/sci-mathematics/why3-for-spark/why3-for-spark-2019-r1.ebuild index bbdfc4692936..c19ce6114c3d 100644 --- a/sci-mathematics/why3-for-spark/why3-for-spark-2019-r1.ebuild +++ b/sci-mathematics/why3-for-spark/why3-for-spark-2019-r1.ebuild @@ -15,7 +15,7 @@ SRC_URI="http://mirrors.cdn.adacore.com/art/5cdf915d31e87a8f1c967d54 LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" -IUSE="coq doc emacs gtk html hypothesis-selection +ocamlopt profiling zarith zip" +IUSE="coq doc emacs gtk html hypothesis-selection +ocamlopt zarith zip" RESTRICT=strip DEPEND=">=dev-lang/ocaml-4.09.0[ocamlopt?] @@ -50,7 +50,6 @@ src_configure() { $(use_enable html html-doc) \ $(use_enable hypothesis-selection) \ $(use_enable ocamlopt native-code) \ - $(use_enable profiling) \ $(use_enable zarith) \ $(use_enable zip) } |