Сравнение pcre-ocaml-7.4.6-r2 с pcre-ocaml-7.5.0
/usr/portage/dev-ml/pcre-ocaml/pcre-ocaml-7.5.0.ebuild 2023-10-09 14:52:29.800368358 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=7 |
... | ... | |
13 | 13 |
LICENSE="LGPL-2.1-with-linking-exception" |
14 | 14 |
IUSE="examples +ocamlopt" |
15 | 15 |
SLOT="0/${PV}" |
16 |
KEYWORDS="amd64 ~arm ~arm64 ~ppc ~riscv x86" |
|
16 |
KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" |
|
17 | 17 | |
18 | 18 |
BDEPEND="dev-ml/dune-configurator" |
19 | 19 |
RDEPEND=">=dev-libs/libpcre-4.5 |
20 |
dev-ml/stdio:=" |
|
20 |
dev-ml/stdio:= |
|
21 |
>=dev-lang/ocaml-4.12" |
|
21 | 22 |
DEPEND="${RDEPEND}" |
22 | 23 | |
23 | 24 |
src_install() { |