diff options
author | Sam James <sam@gentoo.org> | 2021-01-17 03:56:38 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-17 04:10:27 +0000 |
commit | 59bc55e46efc021a7f4ca8c6a2da452a347fae4f (patch) | |
tree | 904c80ad869a090dbfb28720708dace453a85a69 /sci-mathematics/alt-ergo | |
parent | sci-mathematics/alt-ergo: add subslot deps for OCaml (diff) | |
download | gentoo-59bc55e46efc021a7f4ca8c6a2da452a347fae4f.tar.gz gentoo-59bc55e46efc021a7f4ca8c6a2da452a347fae4f.tar.bz2 gentoo-59bc55e46efc021a7f4ca8c6a2da452a347fae4f.zip |
sci-mathematics/alt-ergo: enforce ocamlopt=
We need to have ocamlopt on/off consistently
throughout the system, so use the '=' operator
to force it off where it's disabled on this package.
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.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-mathematics/alt-ergo/alt-ergo-1.30.ebuild b/sci-mathematics/alt-ergo/alt-ergo-1.30.ebuild index 1b6ff79abed0..d88124561173 100644 --- a/sci-mathematics/alt-ergo/alt-ergo-1.30.ebuild +++ b/sci-mathematics/alt-ergo/alt-ergo-1.30.ebuild @@ -12,9 +12,9 @@ SLOT="0" KEYWORDS="amd64" IUSE="examples gtk +ocamlopt" -DEPEND=">=dev-lang/ocaml-3.12.1:=[ocamlopt?] +DEPEND=">=dev-lang/ocaml-3.12.1:=[ocamlopt=] dev-ml/zarith:= - gtk? ( >=dev-ml/lablgtk-2.14:2=[sourceview,ocamlopt?] ) + gtk? ( >=dev-ml/lablgtk-2.14:2=[sourceview,ocamlopt=] ) dev-ml/camlzip:= <=dev-ml/ocplib-simplex-0.3:=" RDEPEND="${DEPEND}" 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 046f3c9f04f8..bbe4688b7840 100644 --- a/sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild +++ b/sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild @@ -12,9 +12,9 @@ SLOT="0" KEYWORDS="amd64" IUSE="examples gtk +ocamlopt" -DEPEND=">=dev-lang/ocaml-4.09.0:=[ocamlopt?] +DEPEND=">=dev-lang/ocaml-4.09.0:=[ocamlopt=] dev-ml/zarith:= - dev-ml/lablgtk:2=[sourceview,ocamlopt?] + dev-ml/lablgtk:2=[sourceview,ocamlopt=] dev-ml/camlzip sci-mathematics/psmt2-frontend >=dev-ml/ocplib-simplex-0.4:= |