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

(-)gst-transcoder-1.8.1.ebuild (+2 lines)
Lines 33-38 Link Here
33
}
33
}
34
34
35
src_compile() {
35
src_compile() {
36
	# Prevent sandbox violations
37
	addpredict /dev
36
	# We cannot use 'make' as it won't allow us to build verbosely
38
	# We cannot use 'make' as it won't allow us to build verbosely
37
	cd build && ninja -v
39
	cd build && ninja -v
38
}
40
}

Return to bug 590848