commit: b02b91b89cef38475edb2f5f9e3ee87394dafa87
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 16 12:29:52 2025 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Mar 16 12:29:52 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b02b91b8
dev-ml/extlib: 1.7.9 broken with ocaml-5.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/extlib/{extlib-1.7.9.ebuild => extlib-1.7.9-r1.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ml/extlib/extlib-1.7.9.ebuild
b/dev-ml/extlib/extlib-1.7.9-r1.ebuild
similarity index 90%
rename from dev-ml/extlib/extlib-1.7.9.ebuild
rename to dev-ml/extlib/extlib-1.7.9-r1.ebuild
index 841d9be0a9d8..35cc6c7e8262 100644
--- a/dev-ml/extlib/extlib-1.7.9.ebuild
+++ b/dev-ml/extlib/extlib-1.7.9-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -18,7 +18,7 @@ IUSE="doc +ocamlopt"
# See bug #704146
BDEPEND=">=dev-ml/cppo-1.6.6"
-RDEPEND="dev-lang/ocaml:=[ocamlopt?]"
+RDEPEND="<dev-lang/ocaml-5.3:=[ocamlopt?]"
DEPEND="${RDEPEND}"
src_prepare() {