diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2024-06-04 21:50:44 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2024-06-04 21:51:08 +0200 |
commit | 0526d27a6c71c8b3df50d670335018006314d238 (patch) | |
tree | 61a1ab947b5d6eefcd39a7030a330d6204f5a118 /dev-util | |
parent | sys-apps/systemd: update live ebuild (diff) | |
download | gentoo-0526d27a6c71c8b3df50d670335018006314d238.tar.gz gentoo-0526d27a6c71c8b3df50d670335018006314d238.tar.bz2 gentoo-0526d27a6c71c8b3df50d670335018006314d238.zip |
dev-util/patdiff: fix deps
Closes: https://bugs.gentoo.org/916187
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/patdiff/patdiff-0.14.0-r2.ebuild (renamed from dev-util/patdiff/patdiff-0.14.0-r1.ebuild) | 8 |
1 files 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 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:= " |