Diff gapi-ocaml-0.4.2-r1 with a gapi-ocaml-0.4.3

/usr/portage/dev-ml/gapi-ocaml/gapi-ocaml-0.4.3.ebuild 2023-10-09 14:52:29.788368358 +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
EAPI=7
4
EAPI=8
5 5

  
6 6
inherit dune findlib
7 7

  
......
22 22
	dev-ml/ocurl:=
23 23
	>=dev-ml/ocamlnet-4.1.4:=
24 24
	dev-ml/cryptokit:=
25
	<dev-ml/yojson-2:=
25
	dev-ml/yojson:=
26 26
"
27 27
DEPEND="
28 28
	${RDEPEND}
......
30 30
"
31 31

  
32 32
RESTRICT="!test? ( test )"
33
PATCHES=( "${FILESDIR}/${P}-ounit2.patch" )
Thank you!