commit: 371d48243cf8ca0f506710a94685b1a58c9e38e2
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 5 10:31:00 2023 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Mar 5 10:36:24 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=371d4824
dev-ml/odoc: only support >=dune-3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/odoc/{odoc-2.2.0-r1.ebuild => odoc-2.2.0-r2.ebuild} | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-ml/odoc/odoc-2.2.0-r1.ebuild b/dev-ml/odoc/odoc-2.2.0-r2.ebuild
similarity index 90%
rename from dev-ml/odoc/odoc-2.2.0-r1.ebuild
rename to dev-ml/odoc/odoc-2.2.0-r2.ebuild
index 5028b9801081..24702587b03d 100644
--- a/dev-ml/odoc/odoc-2.2.0-r1.ebuild
+++ b/dev-ml/odoc/odoc-2.2.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -16,6 +16,7 @@ IUSE="+ocamlopt test"
RESTRICT="test" # ocaml-crunch not in the tree
RDEPEND="
+ >=dev-ml/dune-3
dev-ml/astring:=
dev-ml/cmdliner:=
dev-ml/cppo:=