commit: f14f136e404f3fab5e9c748d679c750392184b78
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 17 11:53:55 2026 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Feb 17 11:55:17 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f14f136e
dev-ml/sexp_pretty: dune is >= 3.16
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
.../{sexp_pretty-0.17.0-r1.ebuild => sexp_pretty-0.17.0-r2.ebuild} | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-ml/sexp_pretty/sexp_pretty-0.17.0-r1.ebuild
b/dev-ml/sexp_pretty/sexp_pretty-0.17.0-r2.ebuild
similarity index 90%
rename from dev-ml/sexp_pretty/sexp_pretty-0.17.0-r1.ebuild
rename to dev-ml/sexp_pretty/sexp_pretty-0.17.0-r2.ebuild
index f4c53e37cedd..4e4cf5bbafcf 100644
--- a/dev-ml/sexp_pretty/sexp_pretty-0.17.0-r1.ebuild
+++ b/dev-ml/sexp_pretty/sexp_pretty-0.17.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023-2025 Gentoo Authors
+# Copyright 2023-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -26,4 +26,3 @@ RDEPEND="
dev-ml/re:=[ocamlopt?]
"
DEPEND="${RDEPEND}"
-BDEPEND=">=dev-ml/dune-3.11"