summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2022-04-22 03:28:55 +0200
committerMaciej Barć <xgqt@gentoo.org>2022-04-22 03:44:28 +0200
commitaae0e8d3810f7f9f5da8757bbea421ea4f381214 (patch)
treed21fe2fd0f2ab1e197057b5adcc3dc7e44fa3ed8
parentmedia-sound/cava: include -Werror issue link (diff)
downloadgentoo-aae0e8d3810f7f9f5da8757bbea421ea4f381214.tar.gz
gentoo-aae0e8d3810f7f9f5da8757bbea421ea4f381214.tar.bz2
gentoo-aae0e8d3810f7f9f5da8757bbea421ea4f381214.zip
dev-ml/stdio: update base package version constrints
to match opam package definition from https://opam.ocaml.org/packages/stdio/stdio.v0.14.0/ Signed-off-by: Maciej Barć <xgqt@gentoo.org>
-rw-r--r--dev-ml/stdio/stdio-0.14.0-r1.ebuild (renamed from dev-ml/stdio/stdio-0.14.0.ebuild)6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ml/stdio/stdio-0.14.0.ebuild b/dev-ml/stdio/stdio-0.14.0-r1.ebuild
index eb130633c583..ada4afe04c5d 100644
--- a/dev-ml/stdio/stdio-0.14.0.ebuild
+++ b/dev-ml/stdio/stdio-0.14.0-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit dune
@@ -15,6 +15,6 @@ KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
IUSE="+ocamlopt"
RDEPEND="
- >=dev-ml/base-0.11.0:=
- dev-ml/sexplib0:="
+ >=dev-ml/base-0.14:= <dev-ml/base-0.15:=
+ dev-ml/sexplib0:="
DEPEND="${RDEPEND}"