Diff ppx_blob-0.7.2 with a ppx_blob-0.9.0
| /usr/portage/dev-ml/ppx_blob/ppx_blob-0.9.0.ebuild 2025-07-29 16:22:13.192450620 +0300 | ||
|---|---|---|
| 1 |
# Copyright 2023-2024 Gentoo Authors |
|
| 1 |
# Copyright 2023-2025 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| ... | ... | |
| 11 | 11 | |
| 12 | 12 |
LICENSE="Unlicense" |
| 13 | 13 |
SLOT="0" |
| 14 |
KEYWORDS="amd64 x86" |
|
| 14 |
KEYWORDS="amd64 ~arm64 x86" |
|
| 15 | 15 |
IUSE="+ocamlopt test" |
| 16 | 16 |
RESTRICT="!test? ( test )" |
| 17 | 17 | |
| 18 |
DEPEND="dev-ml/ppxlib:=" |
|
| 18 |
DEPEND="dev-ml/ppxlib:=[ocamlopt?]" |
|
| 19 | 19 |
RDEPEND="${DEPEND}"
|
| 20 | 20 |
BDEPEND="test? ( dev-ml/alcotest )" |