commit: 2d9eaf31af343e3c9e40378bf53d3a22024efa49
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 28 18:38:46 2023 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Jan 28 18:51:08 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d9eaf31
dev-ml/jst-config: adj deps
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
.../{jst-config-0.15.1.ebuild => jst-config-0.15.1-r1.ebuild} | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/dev-ml/jst-config/jst-config-0.15.1.ebuild
b/dev-ml/jst-config/jst-config-0.15.1-r1.ebuild
similarity index 87%
rename from dev-ml/jst-config/jst-config-0.15.1.ebuild
rename to dev-ml/jst-config/jst-config-0.15.1-r1.ebuild
index dea4bf6130f6..fbed6aa260c8 100644
--- a/dev-ml/jst-config/jst-config-0.15.1.ebuild
+++ b/dev-ml/jst-config/jst-config-0.15.1-r1.ebuild
@@ -16,8 +16,12 @@ IUSE="+ocamlopt"
DEPEND="
dev-ml/base:=
+ dev-ml/dune-configurator:=
+ dev-ml/ppxlib:=
dev-ml/ppx_assert:=
+ dev-ml/ppx_compare:=
+ dev-ml/ppx_here:=
+ dev-ml/ppx_sexp_conv:=
dev-ml/stdio:=
- dev-ml/dune-configurator:=
"
RDEPEND="${DEPEND}"