summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2021-10-01 20:08:36 +0200
committerAlfredo Tupone <tupone@gentoo.org>2021-10-01 20:08:36 +0200
commita18ecb8b03acd2c557c2c11303af3a6d291ce398 (patch)
tree2f6bc190dc28cca214b46d7f61432915b978c3ad /dev-ml
parentwww-apps/chromedriver-bin: bump to 94.0.4606.61 (diff)
downloadgentoo-a18ecb8b03acd2c557c2c11303af3a6d291ce398.tar.gz
gentoo-a18ecb8b03acd2c557c2c11303af3a6d291ce398.tar.bz2
gentoo-a18ecb8b03acd2c557c2c11303af3a6d291ce398.zip
dev-ml/opam-format: build with ocaml-4.12
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/opam-format/opam-format-2.0.8-r2.ebuild1
-rw-r--r--dev-ml/opam-format/opam-format-2.0.8-r3.ebuild4
-rw-r--r--dev-ml/opam-format/opam-format-2.0.9.ebuild4
3 files changed, 9 insertions, 0 deletions
diff --git a/dev-ml/opam-format/opam-format-2.0.8-r2.ebuild b/dev-ml/opam-format/opam-format-2.0.8-r2.ebuild
index 54b3b0ce46df..eb552240221e 100644
--- a/dev-ml/opam-format/opam-format-2.0.8-r2.ebuild
+++ b/dev-ml/opam-format/opam-format-2.0.8-r2.ebuild
@@ -19,6 +19,7 @@ KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
IUSE="+ocamlopt"
RDEPEND="
+ <dev-lang/ocaml-4.12
~dev-ml/opam-core-${PV}:=
dev-ml/re:=
dev-ml/opam-file-format:=
diff --git a/dev-ml/opam-format/opam-format-2.0.8-r3.ebuild b/dev-ml/opam-format/opam-format-2.0.8-r3.ebuild
index ace83b9a6ae8..ac4e8512b380 100644
--- a/dev-ml/opam-format/opam-format-2.0.8-r3.ebuild
+++ b/dev-ml/opam-format/opam-format-2.0.8-r3.ebuild
@@ -40,3 +40,7 @@ src_prepare() {
(flags (:standard -warn-error -3-9-33))))
EOF
}
+
+src_compile() {
+ dune build @install --profile release || die
+}
diff --git a/dev-ml/opam-format/opam-format-2.0.9.ebuild b/dev-ml/opam-format/opam-format-2.0.9.ebuild
index ace83b9a6ae8..ac4e8512b380 100644
--- a/dev-ml/opam-format/opam-format-2.0.9.ebuild
+++ b/dev-ml/opam-format/opam-format-2.0.9.ebuild
@@ -40,3 +40,7 @@ src_prepare() {
(flags (:standard -warn-error -3-9-33))))
EOF
}
+
+src_compile() {
+ dune build @install --profile release || die
+}