Сравнение alcotest-1.5.0-r2 с alcotest-1.6.0-r2
/usr/portage/dev-ml/alcotest/alcotest-1.6.0-r2.ebuild 2023-10-09 14:52:29.780368357 +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 |
7 | 7 | |
... | ... | |
11 | 11 | |
12 | 12 |
LICENSE="ISC" |
13 | 13 |
SLOT="0/${PV}" |
14 |
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" |
|
15 |
IUSE="+ocamlopt test" |
|
16 |
RESTRICT="!test? ( test )" |
|
14 |
KEYWORDS="amd64 ~arm ~arm64 ~x86" |
|
15 |
IUSE="+ocamlopt" |
|
17 | 16 | |
18 | 17 |
RDEPEND=" |
19 | 18 |
>=dev-ml/dune-2.8:= |
20 | 19 |
dev-ml/astring:= |
21 |
dev-ml/async_unix:0/0.14.0 |
|
20 |
dev-ml/async_kernel:= |
|
21 |
dev-ml/async:= |
|
22 |
>=dev-ml/async_unix-0.15.0:= |
|
23 |
dev-ml/base:= |
|
22 | 24 |
dev-ml/cmdliner:= |
23 |
dev-ml/core:= |
|
24 |
dev-ml/core_kernel:= |
|
25 |
>=dev-ml/core-0.15.0:= |
|
26 |
dev-ml/core_unix:0/0.15 |
|
25 | 27 |
dev-ml/duration:= |
26 | 28 |
>=dev-ml/fmt-0.8.9:= |
27 | 29 |
dev-ml/lwt:= |
... | ... | |
33 | 35 |
dev-ml/uuidm:= |
34 | 36 |
" |
35 | 37 |
DEPEND="${RDEPEND}" |
36 |
BDEPEND="test? ( >=dev-ml/cmdliner-1.1.0 )" |
|
37 | ||
38 |
src_prepare() { |
|
39 |
cp "${FILESDIR}"/unknown_option.processed \ |
|
40 |
test/e2e/alcotest/failing/unknown_option.expected \ |
|
41 |
|| die |
|
42 |
default |
|
43 |
} |