dev-ml/ppx_import: request <ocaml-5.4

Closes: https://bugs.gentoo.org/967091
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone
2025-12-10 11:49:56 +01:00
parent 265bff2532
commit e030ddef0a
3 changed files with 12 additions and 4 deletions

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
@@ -16,7 +16,11 @@ KEYWORDS="amd64 x86"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
RDEPEND=">=dev-ml/ppxlib-0.26:="
RDEPEND="
>=dev-ml/ppxlib-0.26:=
<dev-ml/ppxlib-0.32
<dev-lang/ocaml-5.2
"
DEPEND="${RDEPEND}"
BDEPEND="
test? (

View File

@@ -16,7 +16,10 @@ KEYWORDS="amd64 arm64 x86"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
RDEPEND=">=dev-ml/ppxlib-0.26:="
RDEPEND="
>=dev-ml/ppxlib-0.26:=
<dev-lang/ocaml-5.4
"
DEPEND="${RDEPEND}"
BDEPEND="
test? (

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -19,6 +19,7 @@ RESTRICT="!test? ( test )"
RDEPEND="
>=dev-ml/ppxlib-0.24:=
<dev-ml/ppxlib-0.26
<dev-lang/ocaml-5.4
"
DEPEND="${RDEPEND}"
BDEPEND="