Diff ocaml-augeas-0.5 with a ocaml-augeas-0.6

/usr/portage/dev-ml/ocaml-augeas/ocaml-augeas-0.6.ebuild 2023-10-09 14:52:29.792368358 +0300
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2022 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 findlib
7 7

  
......
14 14
SLOT="0"
15 15
KEYWORDS="~amd64 ~x86"
16 16

  
17
DEPEND="app-admin/augeas
18
		dev-ml/ocaml-autoconf
19
		dev-ml/findlib
20
		dev-lang/ocaml[ocamlopt]"
17
DEPEND="
18
	app-admin/augeas
19
	dev-libs/libxml2
20
"
21 21
RDEPEND="${DEPEND}"
22
BDEPEND="
23
	dev-ml/findlib
24
	dev-ml/ocaml-autoconf
25
	dev-lang/ocaml[ocamlopt]
26
"
27

  
28
PATCHES=(
29
	"${FILESDIR}"/${P}-flags.patch
30
	"${FILESDIR}"/${P}-ocaml-4.09.patch
31
)
32

  
33
src_compile() {
34
	emake -j1
35
}
22 36

  
23 37
src_install() {
24 38
	findlib_src_install
Thank you!