summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-01-17 03:56:38 +0000
committerSam James <sam@gentoo.org>2021-01-17 04:10:27 +0000
commit59bc55e46efc021a7f4ca8c6a2da452a347fae4f (patch)
tree904c80ad869a090dbfb28720708dace453a85a69 /sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild
parentsci-mathematics/alt-ergo: add subslot deps for OCaml (diff)
downloadgentoo-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/alt-ergo-2.3.0.ebuild')
-rw-r--r--sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild4
1 files changed, 2 insertions, 2 deletions
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:=