summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2023-02-11 10:47:31 +0100
committerAlfredo Tupone <tupone@gentoo.org>2023-02-11 10:47:31 +0100
commit799ef669f03f3188d67204297584957bc993f8da (patch)
tree3e45fbe41aeafb3e2eb266acebc7dfc0f6de2e93 /dev-ml
parentdev-ml/ocaml-expat: add 1.3.0 (diff)
downloadgentoo-799ef669f03f3188d67204297584957bc993f8da.tar.gz
gentoo-799ef669f03f3188d67204297584957bc993f8da.tar.bz2
gentoo-799ef669f03f3188d67204297584957bc993f8da.zip
dev-ml/camlp4: compatible also with ocaml-4.14.1
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/camlp4/camlp4-4.14_p1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/camlp4/camlp4-4.14_p1.ebuild b/dev-ml/camlp4/camlp4-4.14_p1.ebuild
index 80e3c447d302..27b18537b110 100644
--- a/dev-ml/camlp4/camlp4-4.14_p1.ebuild
+++ b/dev-ml/camlp4/camlp4-4.14_p1.ebuild
@@ -19,7 +19,7 @@ SLOT="0/${PV}"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="+ocamlopt"
-RDEPEND="dev-lang/ocaml:0/$(ver_cut 1-2)[ocamlopt?]"
+RDEPEND="=dev-lang/ocaml-4.14*:=[ocamlopt?]"
DEPEND="
${RDEPEND}
dev-ml/ocamlbuild[ocamlopt?]