Сравнение ocamlbuild-0.14.1 с ocamlbuild-0.14.2
/usr/portage/dev-ml/ocamlbuild/ocamlbuild-0.14.2.ebuild 2023-10-09 14:52:29.796368358 +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 |
DESCRIPTION="Generic build tool with built-in rules for building OCaml library and programs" |
7 | 7 |
HOMEPAGE="https://github.com/ocaml/ocamlbuild" |
... | ... | |
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 ~riscv ~x86 ~amd64-linux ~x86-linux" |
|
13 |
IUSE="+ocamlopt test" |
|
14 |
RESTRICT="!test? ( test )" |
|
15 |
REQUIRED_USE="test? ( ocamlopt )" |
|
12 |
KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux" |
|
13 |
IUSE="+ocamlopt" |
|
14 |
RESTRICT="test" # Tests fail |
|
16 | 15 | |
17 | 16 |
RDEPEND=">=dev-lang/ocaml-4.02.3-r1:=[ocamlopt?]" |
18 | 17 |
DEPEND="${RDEPEND} |
19 | 18 |
dev-ml/findlib" |
20 | 19 | |
21 |
PATCHES=( |
|
22 |
"${FILESDIR}"/${PN}-0.14.0-Disable-tests-failing-with-OCaml-4.08.0.patch |
|
23 |
) |
|
24 | ||
25 | 20 |
QA_FLAGS_IGNORED='.*' |
26 | 21 |
src_prepare() { |
27 | 22 |
sed -i \ |