commit:     cd1f864695d740dd37e12b611891bb3dfff2c290
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 26 21:27:55 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Oct 26 22:04:33 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd1f8646

dev-ml/gen: add ocaml >=4.07 dependency

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-ml/gen/{gen-1.0-r1.ebuild => gen-1.0-r2.ebuild} | 11 ++++++-----
 1 file 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
similarity index 72%
rename from dev-ml/gen/gen-1.0-r1.ebuild
rename to 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 )"

Reply via email to