summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2023-02-10 09:01:13 +0100
committerAlfredo Tupone <tupone@gentoo.org>2023-02-10 09:14:44 +0100
commit2a7ef385332ee4ea4297f86efe14186670139409 (patch)
treefeda202ae92113e34182e92e814aaa6017b9e2ac
parentdev-ml/ppx_sexp_value: add ppxlib dep (diff)
downloadgentoo-2a7ef385332ee4ea4297f86efe14186670139409.tar.gz
gentoo-2a7ef385332ee4ea4297f86efe14186670139409.tar.bz2
gentoo-2a7ef385332ee4ea4297f86efe14186670139409.zip
dev-ml/ppx_string: add ppxlib dep
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
-rw-r--r--dev-ml/ppx_string/ppx_string-0.15.0-r1.ebuild (renamed from dev-ml/ppx_string/ppx_string-0.15.0.ebuild)3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ml/ppx_string/ppx_string-0.15.0.ebuild b/dev-ml/ppx_string/ppx_string-0.15.0-r1.ebuild
index 35d16f26cc7e..31368ef5e02c 100644
--- a/dev-ml/ppx_string/ppx_string-0.15.0.ebuild
+++ b/dev-ml/ppx_string/ppx_string-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
@@ -17,5 +17,6 @@ IUSE="+ocamlopt"
DEPEND="
dev-ml/ppx_base:${SLOT}
dev-ml/stdio:${SLOT}
+ >=dev-ml/ppxlib-0.23.0:=
"
RDEPEND="${DEPEND}"