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

(-)v8-3.18.1.ebuild (-3 / +3 lines)
Lines 81-91 src_compile() { Link Here
81
81
82
	# Build mksnapshot so we can pax-mark it.
82
	# Build mksnapshot so we can pax-mark it.
83
	emake "${makeargs[@]}" mksnapshot.${myarch}
83
	emake "${makeargs[@]}" mksnapshot.${myarch}
84
	pax-mark m out/Release/mksnapshot
84
	pax-mark m out/Release/mksnapshot.${myarch}
85
85
86
	# Build everything else.
86
	# Build everything else.
87
	emake "${makeargs[@]}"
87
	emake "${makeargs[@]}"
88
	pax-mark m out/Release/{cctest,d8}
88
	pax-mark m out/Release/{cctest,d8,preparser}
89
}
89
}
90
90
91
src_test() {
91
src_test() {
Lines 125-131 src_install() { Link Here
125
	dolib out/Release/lib.target/libv8$(get_libname ${soname_version})
125
	dolib out/Release/lib.target/libv8$(get_libname ${soname_version})
126
	dosym libv8$(get_libname ${soname_version}) /usr/$(get_libdir)/libv8$(get_libname)
126
	dosym libv8$(get_libname ${soname_version}) /usr/$(get_libdir)/libv8$(get_libname)
127
127
128
	dodoc AUTHORS ChangeLog || die
128
	dodoc AUTHORS ChangeLog
129
}
129
}
130
130
131
# TODO: remove functions below after they are removed from chromium.eclass'
131
# TODO: remove functions below after they are removed from chromium.eclass'

Return to bug 466928