Сравнение dune-private-libs-2.9.1 с dune-private-libs-2.9.3
/usr/portage/dev-ml/dune-private-libs/dune-private-libs-2.9.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 | 4 |
EAPI=7 |
... | ... | |
12 | 12 | |
13 | 13 |
LICENSE="Apache-2.0" |
14 | 14 |
SLOT="0/${PV}" |
15 |
KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86" |
|
15 |
KEYWORDS="amd64 arm ~arm64 ~ppc ppc64 ~riscv x86" |
|
16 | 16 |
IUSE="+ocamlopt test" |
17 | 17 |
RESTRICT="!test? ( test )" |
18 | 18 | |
... | ... | |
32 | 32 |
" |
33 | 33 |
RDEPEND="${DEPEND}" |
34 | 34 | |
35 |
PATCHES=( "${FILESDIR}"/${P}-test.patch ) |
|
36 | ||
35 | 37 |
# TODO for test deps: |
36 | 38 |
# Add cram? |
37 | 39 |
# Add dev-ml/js_of_ocaml once dev-ml/ocaml-base64 is ported to Dune |
... | ... | |
71 | 73 |
test/blackbox-tests/test-cases/merlin/server.t |
72 | 74 |
test/blackbox-tests/test-cases/github1946.t |
73 | 75 |
test/blackbox-tests/test-cases/github759.t |
76 |
test/blackbox-tests/test-cases/merlin/default-based-context.t |
|
77 |
otherlibs/site/test/run.t |
|
78 | ||
79 |
# Deprecated warnings |
|
80 |
test/blackbox-tests/test-cases/toplevel-integration.t |
|
74 | 81 | |
75 | 82 |
# Wants nodejs! |
76 | 83 |
test/blackbox-tests/test-cases/jsoo/simple.t |
... | ... | |
90 | 97 |
test/blackbox-tests/test-cases/coq/ml-lib.t |
91 | 98 |
test/blackbox-tests/test-cases/coq/extract.t |
92 | 99 |
test/blackbox-tests/test-cases/coq/compose-plugin.t |
100 |
test/blackbox-tests/test-cases/coq/flags.t |
|
101 |
test/blackbox-tests/test-cases/coq/env.t |
|
93 | 102 | |
94 | 103 |
# Unpackaged dependencies (a rabbit hole for now) |
95 | 104 |
# utop -> lambda-term, zed |