Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 553596 | Differences between
and this patch

Collapse All | Expand All

(-)parmap-1.0_rc6.ebuild (-2 / +8 lines)
Lines 4-10 Link Here
4
4
5
EAPI=5
5
EAPI=5
6
6
7
inherit multilib
7
inherit multilib eutils autotools
8
8
9
MY_PV="${PV/_/-}"
9
MY_PV="${PV/_/-}"
10
DESCRIPTION="Library allowing to exploit multicore architectures for OCaml programs with minimal modifications"
10
DESCRIPTION="Library allowing to exploit multicore architectures for OCaml programs with minimal modifications"
Lines 18-26 Link Here
18
18
19
RDEPEND=">=dev-lang/ocaml-3.12:=[ocamlopt?]"
19
RDEPEND=">=dev-lang/ocaml-3.12:=[ocamlopt?]"
20
DEPEND="${RDEPEND}
20
DEPEND="${RDEPEND}
21
	dev-ml/findlib"
21
	dev-ml/findlib
22
	dev-ml/ocaml-autoconf"
22
S="${WORKDIR}/${PN}-${MY_PV}"
23
S="${WORKDIR}/${PN}-${MY_PV}"
23
24
25
src_prepare() {
26
	epatch "${FILESDIR}/${P}-fix-bashisms.patch"
27
	eautoreconf
28
}
29
24
src_test() {
30
src_test() {
25
	mkdir "${WORKDIR}/tmpinstall" || die
31
	mkdir "${WORKDIR}/tmpinstall" || die
26
	emake \
32
	emake \

Return to bug 553596