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

(-)rust-1.23.0-r1.ebuild.orig (-1 / +1 lines)
Lines 119-125 Link Here
119
}
119
}
120
120
121
src_compile() {
121
src_compile() {
122
	./x.py build --verbose --config="${S}"/config.toml || die
122
	./x.py build --verbose --config="${S}"/config.toml ${MAKEOPTS} || die
123
}
123
}
124
124
125
src_install() {
125
src_install() {

Return to bug 613794