make.conf: add --autounmask=n to default options (annoying w/o it)

This commit is contained in:
Albert Hopkins 2011-07-21 09:43:08 +00:00
parent 9ecdfb70cb
commit e30dacf423
1 changed files with 1 additions and 1 deletions

View File

@ -8,5 +8,5 @@ CLEAN_DELAY="0"
EMERGE_WARNING_DELAY="0"
AUTO_CLEAN="yes"
EPAUSE_IGNORE="1"
EMERGE_DEFAULT_OPTS="--jobs=2"
EMERGE_DEFAULT_OPTS="--jobs=2 --autounmask=n"
FEATURES="noinfo -test nodoc noman unmerge-orphans buildpkg parallel-fetch"