dev-ml/ppx_tools: block ocaml>5

Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone 2025-03-11 15:53:33 +01:00
parent 93cbb74d5a
commit ae41905281
No known key found for this signature in database
GPG Key ID: FBE5925C5B02CE58
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -16,6 +16,7 @@ SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
IUSE="+ocamlopt"
RDEPEND="<dev-lang/ocaml-5"
BDEPEND="
dev-ml/cppo
"

View File

@ -16,6 +16,7 @@ SLOT="0/${PV}"
KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
IUSE="+ocamlopt"
RDEPEND="<dev-lang/ocaml-5"
BDEPEND="
dev-ml/cppo
"