commit: e2f21f1361b6be24fc18a53dd6a7b41b3b69e166
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 20 15:11:10 2026 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Feb 20 15:11:25 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2f21f13
dev-ml/opam: cmdliner should be <2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/opam/{opam-2.2.1.ebuild => opam-2.2.1-r1.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ml/opam/opam-2.2.1.ebuild b/dev-ml/opam/opam-2.2.1-r1.ebuild
similarity index 94%
rename from dev-ml/opam/opam-2.2.1.ebuild
rename to dev-ml/opam/opam-2.2.1-r1.ebuild
index 41dc7badc426..f54806f9021b 100644
--- a/dev-ml/opam/opam-2.2.1.ebuild
+++ b/dev-ml/opam/opam-2.2.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -19,7 +19,7 @@ RESTRICT="test" #see bugs 838658
RDEPEND="
dev-ml/0install:=[ocamlopt?]
- dev-ml/cmdliner:=[ocamlopt?]
+ <dev-ml/cmdliner-2:=[ocamlopt?]
dev-ml/cudf:=[ocamlopt?]
dev-ml/dose3:=[ocamlopt?]
dev-ml/extlib:=[ocamlopt?]