mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 02:39:08 -07:00
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:
@@ -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? (
|
||||
@@ -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? (
|
||||
@@ -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="
|
||||
Reference in New Issue
Block a user