From e30dacf42327e7b5254d4599b02895fec5c865d8 Mon Sep 17 00:00:00 2001 From: Albert Hopkins Date: Thu, 21 Jul 2011 09:43:08 +0000 Subject: [PATCH] make.conf: add --autounmask=n to default options (annoying w/o it) --- make.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.conf b/make.conf index 194bd47..719af0d 100644 --- a/make.conf +++ b/make.conf @@ -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"