Diff async-0.15.0 with a async-0.16.0
/usr/portage/dev-ml/async/async-0.16.0.ebuild 2023-10-09 14:52:29.780368357 +0300 | ||
---|---|---|
11 | 11 | |
12 | 12 |
LICENSE="MIT" |
13 | 13 |
SLOT="0/$(ver_cut 1-2)" |
14 |
KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 x86" |
|
14 |
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" |
|
15 | 15 |
IUSE="+ocamlopt" |
16 | 16 | |
17 | 17 |
# Need qtest_lib, netkit_sockets |
... | ... | |
19 | 19 |
RESTRICT="test" |
20 | 20 | |
21 | 21 |
RDEPEND=" |
22 |
>=dev-lang/ocaml-4.14 |
|
23 |
dev-ml/async_kernel:${SLOT} |
|
22 | 24 |
dev-ml/async_rpc_kernel:${SLOT} |
23 | 25 |
dev-ml/async_unix:${SLOT} |
26 |
dev-ml/core:${SLOT} |
|
27 |
dev-ml/core_kernel:${SLOT} |
|
28 |
dev-ml/core_unix:${SLOT} |
|
29 |
dev-ml/ppx_jane:${SLOT} |
|
30 |
dev-ml/ppx_log:${SLOT} |
|
31 |
dev-ml/ppx_module_timer:= |
|
24 | 32 |
dev-ml/textutils:${SLOT} |
25 | 33 |
" |
26 | 34 |
DEPEND="${RDEPEND}" |