commit: 18f553d6e3c86d45d587590e5ba4ad512c01a4ad Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Thu Mar 13 20:04:47 2025 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Fri Mar 14 07:20:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18f553d6
dev-ml/ocaml-expat: ocaml-3 is no more Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-ml/ocaml-expat/ocaml-expat-1.1.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ml/ocaml-expat/ocaml-expat-1.1.0-r1.ebuild b/dev-ml/ocaml-expat/ocaml-expat-1.1.0-r1.ebuild index 6f29b11e860b..d3924a6f3948 100644 --- a/dev-ml/ocaml-expat/ocaml-expat-1.1.0-r1.ebuild +++ b/dev-ml/ocaml-expat/ocaml-expat-1.1.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/whitequark/ocaml-expat/archive/v${PV}.tar.gz -> ${P} HOMEPAGE="https://github.com/whitequark/ocaml-expat" RDEPEND="dev-libs/expat - >=dev-lang/ocaml-3.10.2:=[ocamlopt?]" + dev-lang/ocaml:=[ocamlopt?]" DEPEND="${RDEPEND} test? ( dev-ml/ounit2 )"
