commit:     0526d27a6c71c8b3df50d670335018006314d238
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  4 19:50:44 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Jun  4 19:51:08 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0526d27a

dev-util/patdiff: fix deps

Closes: https://bugs.gentoo.org/916187
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 .../{patdiff-0.14.0-r1.ebuild => patdiff-0.14.0-r2.ebuild}        | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-util/patdiff/patdiff-0.14.0-r1.ebuild 
b/dev-util/patdiff/patdiff-0.14.0-r2.ebuild
similarity index 81%
rename from dev-util/patdiff/patdiff-0.14.0-r1.ebuild
rename to dev-util/patdiff/patdiff-0.14.0-r2.ebuild
index 221c6234c808..7ca261798397 100644
--- a/dev-util/patdiff/patdiff-0.14.0-r1.ebuild
+++ b/dev-util/patdiff/patdiff-0.14.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -16,10 +16,10 @@ IUSE="+ocamlopt"
 
 RDEPEND="
        >=dev-lang/ocaml-4.08.0:=
-       dev-ml/core:=
-       dev-ml/core_kernel:=
+       <dev-ml/core-0.15:=
+       <dev-ml/core_kernel-0.15:=
        dev-ml/patience_diff:0/$(ver_cut 1-2)
-       dev-ml/ppx_jane:=
+       dev-ml/ppx_jane:0/0.14.0
        dev-ml/pcre-ocaml:=
        >=dev-ml/re-1.8.0:=
 "

Reply via email to