Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 666270

Summary: dev-qt/qtwebengine-5.9.6-r1 ignores MAKEOPTS override
Product: Gentoo Linux Reporter: Adam Giergun <adasss>
Component: Current packagesAssignee: Qt Bug Alias <qt>
Status: RESOLVED DUPLICATE    
Severity: minor    
Priority: Low    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Adam Giergun 2018-09-15 11:30:01 UTC
As dev-qt/qtwebengine fails to emerge on my system with default MAKEOPTS from make.conf I've tried to override them for this particular package. Unfortunately, regardless of the way I've chosen (via package.env or putting override option in a command line with emerge), overriding is ignored. As the same methods work with other packages flawlessly I suspect that this is package specific problem and has something to do with line 111 in qtwebengine-5.9.6-r1.ebuild, which looks like:
export NINJAFLAGS="${NINJAFLAGS:--j$(makeopts_jobs) -l$(makeopts_loadavg "${MAKEOPTS}" 0) -v}"
Comment 1 Andreas Sturmlechner gentoo-dev 2018-09-15 13:35:30 UTC

*** This bug has been marked as a duplicate of bug 652200 ***