dev-ml/opam-installer: cmdliner < 2.0

Closes: https://bugs.gentoo.org/963752
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone
2025-10-04 22:29:27 +02:00
parent 61a26c1b9a
commit 6ae0c80f33

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -17,7 +17,7 @@ IUSE="+ocamlopt"
RESTRICT="test" # sandbox not working
RDEPEND="
dev-ml/cmdliner:=[ocamlopt?]
<dev-ml/cmdliner-2.0.0:=[ocamlopt?]
dev-ml/jsonm:=[ocamlopt?]
dev-ml/ocamlgraph:=[ocamlopt?]
dev-ml/ocaml-sha:=[ocamlopt?]