Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 342227 - Broken revert commit in profiles/default/linux/make.defaults
Summary: Broken revert commit in profiles/default/linux/make.defaults
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-22 18:35 UTC by Marco Leogrande
Modified: 2010-10-22 18:51 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 Marco Leogrande 2010-10-22 18:35:08 UTC
Commit 1.8 in profiles/default/linux/make.defaults removed some USE flags, that were readded with commit 1.9. The problem is that the variable definition was re-added at the beginning of the file, so the next definition now overrides it.

Trivial fix: add ${USE} in the second USE variable definition at line 20 :)
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2010-10-22 18:51:05 UTC
Fixed by olemarkus:

http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/make.defaults?r1=1.11&r2=1.12