Diff qcheck-0.20 with a qcheck-0.22
| /usr/portage/dev-ml/qcheck/qcheck-0.22.ebuild 2025-07-29 16:22:13.196450636 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2023 Gentoo Authors |
|
| 1 |
# Copyright 1999-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="BSD-2" |
| 13 | 13 |
SLOT="0/${PV}"
|
| 14 |
KEYWORDS="~amd64 ~x86" |
|
| 14 |
KEYWORDS="amd64 arm64 x86" |
|
| 15 | 15 |
IUSE="+ocamlopt" |
| 16 | 16 |
RESTRICT="test" # tests fail |
| 17 | 17 | |
| 18 | 18 |
RDEPEND=" |
| 19 |
dev-ml/alcotest:= |
|
| 20 |
dev-ml/ounit2:= |
|
| 19 |
dev-ml/alcotest:=[ocamlopt?] |
|
| 20 |
dev-ml/ounit2:=[ocamlopt?] |
|
| 21 | 21 |
" |
| 22 | 22 |
DEPEND="${RDEPEND}"
|
| 23 | 23 | |