commit: 63d9a2ecaf5dc4f09f996a600efc12f5b0c6ad28
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 10 07:50:33 2023 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Feb 10 07:51:22 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63d9a2ec
dev-ml/ppx_custom_printf: add ppxlib dep
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
...tom_printf-0.15.0.ebuild => ppx_custom_printf-0.15.0-r1.ebuild} | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/dev-ml/ppx_custom_printf/ppx_custom_printf-0.15.0.ebuild
b/dev-ml/ppx_custom_printf/ppx_custom_printf-0.15.0-r1.ebuild
similarity index 81%
rename from dev-ml/ppx_custom_printf/ppx_custom_printf-0.15.0.ebuild
rename to dev-ml/ppx_custom_printf/ppx_custom_printf-0.15.0-r1.ebuild
index 14862e262843..5deb18da0db5 100644
--- a/dev-ml/ppx_custom_printf/ppx_custom_printf-0.15.0.ebuild
+++ b/dev-ml/ppx_custom_printf/ppx_custom_printf-0.15.0-r1.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
@@ -14,5 +14,8 @@ SLOT="0/$(ver_cut 1-2)"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
IUSE="+ocamlopt"
-DEPEND="dev-ml/ppx_sexp_conv:${SLOT}"
+DEPEND="
+ dev-ml/ppx_sexp_conv:${SLOT}
+ >=dev-ml/ppxlib-0.23.0:=
+"
RDEPEND="${DEPEND}"