commit: 799ef669f03f3188d67204297584957bc993f8da
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 11 09:47:31 2023 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Feb 11 09:47:31 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=799ef669
dev-ml/camlp4: compatible also with ocaml-4.14.1
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/camlp4/camlp4-4.14_p1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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?]