Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 250138 - MAKEOPTS incorrectly set: dev-lang/boo
Summary: MAKEOPTS incorrectly set: dev-lang/boo
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High QA
Assignee: dotnet project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-07 08:20 UTC by SpanKY
Modified: 2009-01-25 16:13 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description SpanKY gentoo-dev 2008-12-07 08:20:38 UTC
these lines dont do what you intend as make flags are processed incrementally. 
i.e. the -j1 needs to be last, not first.

dev-lang/boo/boo-0.7.9.2659.ebuild:22:MAKEOPTS="-j1 ${MAKEOPTS}"
dev-lang/boo/boo-0.8.2.2960.ebuild:22:MAKEOPTS="-j1 ${MAKEOPTS}"
Comment 1 Peter Alfredsen (RETIRED) gentoo-dev 2009-01-25 16:13:51 UTC
+  25 Jan 2009; Peter Alfredsen <loki_val@gentoo.org>
+  -boo-0.7.5.2013-r1.ebuild, -boo-0.7.9.2659.ebuild, boo-0.8.2.2960.ebuild:
+  Clean out and fix for bug 250138.
+