commit:     befb4e1d1c1d66578dba34745d53e1540bcb5add
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 26 21:29:49 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Oct 26 22:04:34 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=befb4e1d

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

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

 dev-ml/ptmap/{ptmap-2.0.5-r1.ebuild => ptmap-2.0.5-r2.ebuild} | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ml/ptmap/ptmap-2.0.5-r1.ebuild 
b/dev-ml/ptmap/ptmap-2.0.5-r2.ebuild
similarity index 73%
rename from dev-ml/ptmap/ptmap-2.0.5-r1.ebuild
rename to dev-ml/ptmap/ptmap-2.0.5-r2.ebuild
index 161912516ff7..2213fb278c04 100644
--- a/dev-ml/ptmap/ptmap-2.0.5-r1.ebuild
+++ b/dev-ml/ptmap/ptmap-2.0.5-r2.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit dune
 
 DESCRIPTION="Maps of integers implemented as Patricia trees"
-HOMEPAGE="https://github.com/backtracking/ptmap";
+HOMEPAGE="https://github.com/backtracking/ptmap/";
 SRC_URI="https://github.com/backtracking/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE="+ocamlopt"
 
 RDEPEND="
-       dev-ml/seq:=
+       >=dev-lang/ocaml-4.07:=[ocamlopt?]
        dev-ml/stdlib-shims:=
 "
 DEPEND="${RDEPEND}"

Reply via email to