Сравнение camlp4-4.14-r1 с camlp4-4.14_p1-r2
/usr/portage/dev-ml/camlp4/camlp4-4.14_p1-r2.ebuild 2023-10-09 14:52:29.784368358 +0300 | ||
---|---|---|
10 | 10 | |
11 | 11 |
DESCRIPTION="System for writing extensible parsers for programming languages" |
12 | 12 |
HOMEPAGE="https://github.com/camlp4/camlp4" |
13 |
SRC_URI="https://github.com/camlp4/camlp4/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" |
|
13 |
SRC_URI="https://github.com/camlp4/camlp4/archive/${MY_PV}.tar.gz |
|
14 |
-> ${P}.tar.gz" |
|
14 | 15 |
S="${WORKDIR}"/${P/_p/-} |
15 | 16 | |
16 | 17 |
LICENSE="LGPL-2-with-linking-exception" |
17 | 18 |
SLOT="0/${PV}" |
18 |
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" |
|
19 |
KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 x86 ~amd64-linux ~x86-linux" |
|
19 | 20 |
IUSE="+ocamlopt" |
20 | 21 | |
21 |
RDEPEND="dev-lang/ocaml:0/$(ver_cut 1-2)[ocamlopt?]" |
|
22 |
DEPEND="${RDEPEND} |
|
22 |
RDEPEND="=dev-lang/ocaml-4.14*:=[ocamlopt?]" |
|
23 |
DEPEND=" |
|
24 |
${RDEPEND} |
|
23 | 25 |
dev-ml/ocamlbuild[ocamlopt?] |
24 |
dev-ml/findlib:=" |
|
26 |
dev-ml/findlib:= |
|
27 |
" |
|
25 | 28 | |
26 | 29 |
QA_FLAGS_IGNORED='.*' |
27 | 30 | |
28 | 31 |
PATCHES=( "${FILESDIR}/reload.patch" ) |
29 | 32 | |
30 | 33 |
src_configure() { |
31 |
edo ./configure \ |
|
32 |
--bindir="${EPREFIX}/usr/bin" \ |
|
33 |
--libdir="$(ocamlc -where)" \ |
|
34 |
edo ./configure \ |
|
35 |
--bindir="${EPREFIX}/usr/bin" \ |
|
36 |
--libdir="$(ocamlc -where)" \ |
|
34 | 37 |
--pkgdir="$(ocamlc -where)" |
35 | 38 |
} |
36 | 39 |