Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 250135 - MAKEOPTS incorrectly set: dev-util/monodevelop-database
Summary: MAKEOPTS incorrectly set: dev-util/monodevelop-database
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High QA (vote)
Assignee: Jurek Bartuszek (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-07 08:17 UTC by SpanKY
Modified: 2009-01-25 16:09 UTC (History)
1 user (show)

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:17:14 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-util/monodevelop-database/monodevelop-database-0.18.ebuild:16:MAKEOPTS="-j1 ${MAKEOPTS}"
dev-util/monodevelop-database/monodevelop-database-1.0.ebuild:16:MAKEOPTS="-j1 ${MAKEOPTS}"
Comment 1 SpanKY gentoo-dev 2008-12-07 08:18:28 UTC
same issue exists with dev-util/monodevelop-boo
Comment 2 SpanKY gentoo-dev 2008-12-07 08:18:52 UTC
and dev-util/monodevelop-java
Comment 3 Peter Alfredsen (RETIRED) gentoo-dev 2009-01-25 16:09:04 UTC
Cleaned out all the old junk.