Diff ocamlbuild-0.11.0 with a ocamlbuild-0.14.0-r1

/usr/portage/dev-ml/ocamlbuild/ocamlbuild-0.14.0-r1.ebuild 2023-10-09 14:52:29.796368358 +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 4
EAPI=7
......
9 9

  
10 10
LICENSE="LGPL-2.1-with-linking-exception"
11 11
SLOT="0/${PV}"
12
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
12
KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
13 13
IUSE="+ocamlopt test"
14 14
RESTRICT="!test? ( test )"
15
REQUIRED_USE="test? ( ocamlopt )"
15 16

  
16
# does not compile with ocaml-4.09 (bug # 708696 and #708872)
17
RDEPEND="<dev-lang/ocaml-4.09:=[ocamlopt?]"
17
RDEPEND=">=dev-lang/ocaml-4.02.3-r1:=[ocamlopt?]"
18 18
DEPEND="${RDEPEND}
19
	test? ( dev-ml/findlib )"
19
	dev-ml/findlib"
20 20

  
21
PATCHES=(
22
	"${FILESDIR}"/${PN}-0.14.0-Disable-tests-failing-with-OCaml-4.08.0.patch
23
)
24

  
25
QA_FLAGS_IGNORED='.*'
21 26
src_prepare() {
22 27
	sed -i \
23 28
		-e "/package_exists/s:camlp4.macro:xxxxxx:" \
Thank you!