dev-ml/seq: update >=3.0 deps

Closes: https://bugs.gentoo.org/904167
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2023-04-11 18:49:29 +02:00
parent 6ac580ecd8
commit ff83095dba
2 changed files with 5 additions and 3 deletions

View File

@@ -14,4 +14,5 @@ SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
IUSE="+ocamlopt"
RDEPEND="<dev-lang/ocaml-4.07"
RDEPEND=">=dev-lang/ocaml-4.07"
BDEPEND="${RDEPEND}"

View File

@@ -1,4 +1,4 @@
# Copyright 2020-2022 Gentoo Authors
# Copyright 2020-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -14,4 +14,5 @@ SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
IUSE="+ocamlopt"
RDEPEND="<dev-lang/ocaml-4.07"
RDEPEND=">=dev-lang/ocaml-4.07"
BDEPEND="${RDEPEND}"