diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2023-02-10 09:03:13 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2023-02-10 09:14:48 +0100 |
commit | 2159b41cb75dc0b82713b867877da063bdb7c0b4 (patch) | |
tree | 70ee37abc43528b0d302cf90c562bd13bbce20a1 /dev-ml/ppx_log | |
parent | dev-ml/ppx_string: add ppxlib dep (diff) | |
download | gentoo-2159b41cb75dc0b82713b867877da063bdb7c0b4.tar.gz gentoo-2159b41cb75dc0b82713b867877da063bdb7c0b4.tar.bz2 gentoo-2159b41cb75dc0b82713b867877da063bdb7c0b4.zip |
dev-ml/ppx_log: add ppxlib dep
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/ppx_log')
-rw-r--r-- | dev-ml/ppx_log/ppx_log-0.15.0-r1.ebuild (renamed from dev-ml/ppx_log/ppx_log-0.15.0.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ml/ppx_log/ppx_log-0.15.0.ebuild b/dev-ml/ppx_log/ppx_log-0.15.0-r1.ebuild index 3f2040cb7317..2fc617654461 100644 --- a/dev-ml/ppx_log/ppx_log-0.15.0.ebuild +++ b/dev-ml/ppx_log/ppx_log-0.15.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -17,6 +17,7 @@ IUSE="+ocamlopt" DEPEND=" dev-ml/ppx_sexp_message:${SLOT} dev-ml/sexplib:${SLOT} + >=dev-ml/ppxlib-0.23.0:= " RDEPEND="${DEPEND}" BDEPEND="" |