Diff async-0.15.0 with a async-0.16.0
| /usr/portage/dev-ml/async/async-0.16.0.ebuild 2024-07-02 13:51:44.557851472 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2023 Gentoo Authors |
|
| 1 |
# Copyright 1999-2024 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| ... | ... | |
| 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}"
|