commit: 17272f567d8c58c5d4f4ec8b7e466745424c7f1b
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 17 15:29:40 2026 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Feb 17 15:37:12 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17272f56
dev-ml/dune-configurator: require >=dune-3.18
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
...-configurator-3.19.1.ebuild => dune-configurator-3.19.1-r1.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ml/dune-configurator/dune-configurator-3.19.1.ebuild
b/dev-ml/dune-configurator/dune-configurator-3.19.1-r1.ebuild
similarity index 91%
rename from dev-ml/dune-configurator/dune-configurator-3.19.1.ebuild
rename to dev-ml/dune-configurator/dune-configurator-3.19.1-r1.ebuild
index 665f4766bfc7..66643cbae872 100644
--- a/dev-ml/dune-configurator/dune-configurator-3.19.1.ebuild
+++ b/dev-ml/dune-configurator/dune-configurator-3.19.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
IUSE="+ocamlopt"
RESTRICT="test"
-BDEPEND=">=dev-ml/dune-3.12"
+BDEPEND=">=dev-ml/dune-3.18"
DEPEND="
>=dev-ml/csexp-1.5:=[ocamlopt?]
"