commit: 132e6e560929e0b0f4df7d56fbc7d1fc223ac64a Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Sat Nov 26 13:44:45 2022 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Sat Nov 26 13:46:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=132e6e56
sci-mathematics/why3-for-spark: stop using <sci-mathematics/coq-8.12 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> sci-mathematics/why3-for-spark/why3-for-spark-2019-r2.ebuild | 5 ++--- sci-mathematics/why3-for-spark/why3-for-spark-2020.ebuild | 8 ++------ 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/sci-mathematics/why3-for-spark/why3-for-spark-2019-r2.ebuild b/sci-mathematics/why3-for-spark/why3-for-spark-2019-r2.ebuild index bc975bd21a6b..f83359f0ee7e 100644 --- a/sci-mathematics/why3-for-spark/why3-for-spark-2019-r2.ebuild +++ b/sci-mathematics/why3-for-spark/why3-for-spark-2019-r2.ebuild @@ -13,14 +13,13 @@ 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 zarith zip" +IUSE="doc emacs gtk html hypothesis-selection +ocamlopt zarith zip" RESTRICT="strip" DEPEND=">=dev-lang/ocaml-4.09.0:=[ocamlopt=] >=dev-ml/ocamlbuild-0.14.0 <=dev-ml/menhir-20190924:= dev-ml/num:= - coq? ( >=sci-mathematics/coq-8.9.1 ) doc? ( dev-tex/rubber ) gtk? ( >=dev-ml/lablgtk-2.18.8:=[sourceview] ) emacs? ( >=app-editors/emacs-23.1:* ) @@ -73,7 +72,7 @@ src_configure() { --disable-pvs-libs \ --disable-isabelle-libs \ --enable-verbose-make \ - $(use_enable coq coq-libs) \ + --disable-coq-libs \ $(use_enable doc) \ $(use_enable emacs emacs-compilation) \ $(use_enable gtk ide) \ diff --git a/sci-mathematics/why3-for-spark/why3-for-spark-2020.ebuild b/sci-mathematics/why3-for-spark/why3-for-spark-2020.ebuild index 9075ebf3e9da..66a760496a92 100644 --- a/sci-mathematics/why3-for-spark/why3-for-spark-2020.ebuild +++ b/sci-mathematics/why3-for-spark/why3-for-spark-2020.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://community.download.adacore.com/v1/8bb5801e17b8b23453262da69c981 LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" -IUSE="coq doc emacs gtk html +ocamlopt zarith zip" +IUSE="doc emacs gtk html +ocamlopt zarith zip" RESTRICT="strip" DEPEND=">=dev-lang/ocaml-4.09.0:=[ocamlopt=] @@ -22,10 +22,6 @@ DEPEND=">=dev-lang/ocaml-4.09.0:=[ocamlopt=] dev-ml/menhir:= <dev-ml/num-1.4:= dev-ml/yojson:= - coq? ( - >=sci-mathematics/coq-8.9.1 - <sci-mathematics/coq-8.12 - ) doc? ( dev-tex/rubber dev-python/sphinx @@ -80,7 +76,7 @@ src_configure() { --disable-pvs-libs \ --disable-isabelle-libs \ --enable-verbose-make \ - $(use_enable coq coq-libs) \ + --disable-coq-libs \ $(use_enable doc) \ $(use_enable emacs emacs-compilation) \ $(use_enable gtk ide) \
