diff options
author | 2023-02-10 08:50:33 +0100 | |
---|---|---|
committer | 2023-02-10 08:51:22 +0100 | |
commit | 63d9a2ecaf5dc4f09f996a600efc12f5b0c6ad28 (patch) | |
tree | bd70b44c5d62b2435d9afb32048b7619d8745eb3 /dev-ml/ppx_custom_printf | |
parent | dev-ruby/strscan: add 3.0.6 (diff) | |
download | gentoo-63d9a2ecaf5dc4f09f996a600efc12f5b0c6ad28.tar.gz gentoo-63d9a2ecaf5dc4f09f996a600efc12f5b0c6ad28.tar.bz2 gentoo-63d9a2ecaf5dc4f09f996a600efc12f5b0c6ad28.zip |
dev-ml/ppx_custom_printf: add ppxlib dep
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/ppx_custom_printf')
-rw-r--r-- | dev-ml/ppx_custom_printf/ppx_custom_printf-0.15.0-r1.ebuild (renamed from dev-ml/ppx_custom_printf/ppx_custom_printf-0.15.0.ebuild) | 7 |
1 files 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 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}" |