summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-01-17 03:55:50 +0000
committerSam James <sam@gentoo.org>2021-01-17 04:10:26 +0000
commit16a28ad1361c0a6cbf5198a228a18fb1332b1d9e (patch)
treee39bbb974be62045097438af66c902c0a1a33bf8 /sci-mathematics/alt-ergo
parentsci-mathematics/alt-ergo: fix MissingSlotDep in older version (diff)
downloadgentoo-16a28ad1361c0a6cbf5198a228a18fb1332b1d9e.tar.gz
gentoo-16a28ad1361c0a6cbf5198a228a18fb1332b1d9e.tar.bz2
gentoo-16a28ad1361c0a6cbf5198a228a18fb1332b1d9e.zip
sci-mathematics/alt-ergo: add subslot deps for OCaml
We need subslot deps on any OCaml (R)DEPENDs because we must be rebuilt when they update, for consistency. Package-Manager: Portage-3.0.12.0.2-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-mathematics/alt-ergo')
-rw-r--r--sci-mathematics/alt-ergo/alt-ergo-1.30.ebuild8
-rw-r--r--sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild14
2 files changed, 11 insertions, 11 deletions
diff --git a/sci-mathematics/alt-ergo/alt-ergo-1.30.ebuild b/sci-mathematics/alt-ergo/alt-ergo-1.30.ebuild
index a3818de96e25..1b6ff79abed0 100644
--- a/sci-mathematics/alt-ergo/alt-ergo-1.30.ebuild
+++ b/sci-mathematics/alt-ergo/alt-ergo-1.30.ebuild
@@ -12,11 +12,11 @@ SLOT="0"
KEYWORDS="amd64"
IUSE="examples gtk +ocamlopt"
-DEPEND=">=dev-lang/ocaml-3.12.1[ocamlopt?]
- dev-ml/zarith
+DEPEND=">=dev-lang/ocaml-3.12.1:=[ocamlopt?]
+ dev-ml/zarith:=
gtk? ( >=dev-ml/lablgtk-2.14:2=[sourceview,ocamlopt?] )
- dev-ml/camlzip
- <=dev-ml/ocplib-simplex-0.3"
+ dev-ml/camlzip:=
+ <=dev-ml/ocplib-simplex-0.3:="
RDEPEND="${DEPEND}"
DOCS=( CHANGES INSTALL.md README.md )
diff --git a/sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild b/sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild
index 9baff8d48d2f..046f3c9f04f8 100644
--- a/sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild
+++ b/sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild
@@ -12,16 +12,16 @@ SLOT="0"
KEYWORDS="amd64"
IUSE="examples gtk +ocamlopt"
-DEPEND=">=dev-lang/ocaml-4.09.0[ocamlopt?]
- dev-ml/zarith
+DEPEND=">=dev-lang/ocaml-4.09.0:=[ocamlopt?]
+ dev-ml/zarith:=
dev-ml/lablgtk:2=[sourceview,ocamlopt?]
dev-ml/camlzip
sci-mathematics/psmt2-frontend
- >=dev-ml/ocplib-simplex-0.4
- >=dev-ml/menhir-20181006
- dev-ml/seq
- dev-ml/dune
- dev-ml/num"
+ >=dev-ml/ocplib-simplex-0.4:=
+ >=dev-ml/menhir-20181006:=
+ dev-ml/seq:=
+ dev-ml/dune:=
+ dev-ml/num:="
RDEPEND="${DEPEND}"
DOCS=( CHANGES INSTALL.md README.md )