Diff patience_diff-0.14.0 with a patience_diff-0.15.0

/usr/portage/dev-ml/patience_diff/patience_diff-0.15.0.ebuild 2023-10-09 14:52:29.800368358 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=7
......
14 14
KEYWORDS="~amd64 ~riscv"
15 15
IUSE="+ocamlopt"
16 16

  
17
RDEPEND="
18
	dev-ml/base:=
19
	dev-ml/core_kernel:=
20
	dev-ml/ppx_jane:=
21
"
17
RDEPEND="dev-ml/core:${SLOT}"
Thank you!