summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2022-10-26 23:27:55 +0200
committerMaciej Barć <xgqt@gentoo.org>2022-10-27 00:04:33 +0200
commitcd1f864695d740dd37e12b611891bb3dfff2c290 (patch)
tree378a20d2df67b9b836a91a93cc814efa6478036d /dev-ml/gen
parentsci-mathematics/cadabra: bump to 2.4.2 (diff)
downloadgentoo-cd1f864695d740dd37e12b611891bb3dfff2c290.tar.gz
gentoo-cd1f864695d740dd37e12b611891bb3dfff2c290.tar.bz2
gentoo-cd1f864695d740dd37e12b611891bb3dfff2c290.zip
dev-ml/gen: add ocaml >=4.07 dependency
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-ml/gen')
-rw-r--r--dev-ml/gen/gen-1.0-r2.ebuild (renamed from dev-ml/gen/gen-1.0-r1.ebuild)11
1 files changed, 6 insertions, 5 deletions
diff --git a/dev-ml/gen/gen-1.0-r1.ebuild b/dev-ml/gen/gen-1.0-r2.ebuild
index d836571a87d6..cc7656ab88d4 100644
--- a/dev-ml/gen/gen-1.0-r1.ebuild
+++ b/dev-ml/gen/gen-1.0-r2.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit dune
DESCRIPTION="Iterators for OCaml, both restartable and consumable"
HOMEPAGE="https://github.com/c-cube/gen/"
-SRC_URI="https://github.com/c-cube/gen/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/c-cube/gen/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD-2"
SLOT="0/${PV}"
@@ -15,8 +15,9 @@ KEYWORDS="~amd64 ~x86"
IUSE="+ocamlopt"
RESTRICT="test" # tests fail > unused-open
-DEPEND="
+RDEPEND="
+ >=dev-lang/ocaml-4.07:=[ocamlopt?]
dev-ml/dune-configurator:=
- dev-ml/seq:="
-RDEPEND="${DEPEND}"
+"
+DEPEND="${RDEPEND}"
# BDEPEND="test? ( dev-ml/qtest )"