summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2022-04-24 13:04:52 +0200
committerAlfredo Tupone <tupone@gentoo.org>2022-04-24 13:04:52 +0200
commit29f1eb6f008da4e665f7b878b3a570214cb07016 (patch)
treec3f156599097b9ff840406de1da6596ea5b1b7b6 /dev-ml/stdio
parentpackage.mask: change stdio slot (diff)
downloadgentoo-29f1eb6f008da4e665f7b878b3a570214cb07016.tar.gz
gentoo-29f1eb6f008da4e665f7b878b3a570214cb07016.tar.bz2
gentoo-29f1eb6f008da4e665f7b878b3a570214cb07016.zip
dev-ml/stdio: change SLOT
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/stdio')
-rw-r--r--dev-ml/stdio/stdio-0.15.0-r1.ebuild (renamed from dev-ml/stdio/stdio-0.15.0.ebuild)6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ml/stdio/stdio-0.15.0.ebuild b/dev-ml/stdio/stdio-0.15.0-r1.ebuild
index e49c529f4af9..83a7846306c3 100644
--- a/dev-ml/stdio/stdio-0.15.0.ebuild
+++ b/dev-ml/stdio/stdio-0.15.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
@@ -10,9 +10,9 @@ HOMEPAGE="https://github.com/janestreet/stdio"
SRC_URI="https://github.com/janestreet/stdio/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
-SLOT="0/${PV}"
+SLOT="0/$(ver_cut 1-2)"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
IUSE="+ocamlopt"
-RDEPEND=">=dev-ml/base-0.15:="
+RDEPEND="dev-ml/base:${SLOT}"
DEPEND="${RDEPEND}"