dev-ml/ppx_sexp_conv: ppxlib < 0.36.0

Closes: https://bugs.gentoo.org/959776
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone
2025-07-11 19:12:59 +02:00
parent 687ed2ace5
commit 2d7b7e428c

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -20,6 +20,7 @@ DEPEND="
dev-ml/base:${SLOT}[ocamlopt?]
dev-ml/findlib:=[ocamlopt?]
>=dev-ml/ppxlib-0.28:=[ocamlopt?]
<dev-ml/ppxlib-0.36.0
dev-ml/ocaml-compiler-libs:=[ocamlopt?]
"
RDEPEND="${DEPEND}"