Сравнение zarith-1.12 с zarith-1.13
/usr/portage/dev-ml/zarith/zarith-1.13.ebuild 2023-10-09 14:52:29.812368358 +0300 | ||
---|---|---|
11 | 11 | |
12 | 12 |
LICENSE="LGPL-2.1-with-linking-exception" |
13 | 13 |
SLOT="0/${PV}" |
14 |
KEYWORDS="amd64 ~arm ~arm64 ~ppc x86" |
|
14 |
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" |
|
15 | 15 |
IUSE="doc mpir +ocamlopt" |
16 | 16 |
RESTRICT="!ocamlopt? ( test )" |
17 | 17 | |
18 | 18 |
RDEPEND=" |
19 | 19 |
>=dev-lang/ocaml-4.05:=[ocamlopt=] |
20 | 20 |
!mpir? ( dev-libs/gmp:0= ) |
21 |
mpir? ( sci-libs/mpir:= )" |
|
22 | ||
21 |
mpir? ( sci-libs/mpir:= ) |
|
22 |
" |
|
23 | 23 |
DEPEND="${RDEPEND} dev-lang/perl" |
24 |
DOCS=( README.md Changes ) |
|
25 | 24 | |
26 |
PATCHES=( "${FILESDIR}"/${P}-shuffle.patch ) |
|
25 |
DOCS=( README.md Changes ) |
|
27 | 26 | |
28 | 27 |
S="${WORKDIR}/Zarith-release-${PV}" |
29 | 28 |