Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 119084
Collapse All | Expand All

(-)/usr/portage/app-misc/wyrd/wyrd-1.1.1.ebuild (-3 / +2 lines)
Lines 13-25 Link Here
13
13
14
DEPEND=">=dev-lang/ocaml-3.08
14
DEPEND=">=dev-lang/ocaml-3.08
15
	sys-libs/ncurses
15
	sys-libs/ncurses
16
	>=x11-misc/remind-3.0.23"
16
	>=x11-misc/remind-03.00.24"
17
17
18
src_compile() {
18
src_compile() {
19
	econf || die "configure failed."
19
	econf || die "configure failed."
20
20
21
	# parallel make doesn't work
21
	emake || die "make failed."
22
	emake -j1 || die "make failed."
23
}
22
}
24
23
25
src_install() {
24
src_install() {

Return to bug 119084