summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2022-11-26 14:44:45 +0100
committerAlfredo Tupone <tupone@gentoo.org>2022-11-26 14:46:56 +0100
commit132e6e560929e0b0f4df7d56fbc7d1fc223ac64a (patch)
tree7e3604f8538790575a25f6671513a00b1a69a657 /sci-mathematics
parentx11-libs/motif: Fix build with clang (diff)
downloadgentoo-132e6e560929e0b0f4df7d56fbc7d1fc223ac64a.tar.gz
gentoo-132e6e560929e0b0f4df7d56fbc7d1fc223ac64a.tar.bz2
gentoo-132e6e560929e0b0f4df7d56fbc7d1fc223ac64a.zip
sci-mathematics/why3-for-spark: stop using <sci-mathematics/coq-8.12
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/why3-for-spark/why3-for-spark-2019-r2.ebuild5
-rw-r--r--sci-mathematics/why3-for-spark/why3-for-spark-2020.ebuild8
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) \