diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/intel/portage/make.conf.amd64-devel | 2 | ||||
-rw-r--r-- | conf/intel/portage/make.conf.amd64-user | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/intel/portage/make.conf.amd64-devel b/conf/intel/portage/make.conf.amd64-devel index f9269e5..f82982d 100644 --- a/conf/intel/portage/make.conf.amd64-devel +++ b/conf/intel/portage/make.conf.amd64-devel @@ -6,7 +6,7 @@ LDFLAGS="-Wl,-O1 -Wl,--as-needed" MAKEOPTS="-j8 -s" ## PORTAGE FEATURES ## -FEATURES="parallel-fetch protect-owned candy buildpkg compressdebug splitdebug" +FEATURES="parallel-fetch protect-owned candy buildpkg compressdebug splitdebug -userpriv" EMERGE_DEFAULT_OPTS="${EMERGE_DEFAULT_OPTS} --getbinpkg --rebuilt-binaries" #PORTAGE_NICENESS="-19" diff --git a/conf/intel/portage/make.conf.amd64-user b/conf/intel/portage/make.conf.amd64-user index fa0e710..1cf1703 100644 --- a/conf/intel/portage/make.conf.amd64-user +++ b/conf/intel/portage/make.conf.amd64-user @@ -6,7 +6,7 @@ LDFLAGS="-Wl,-O1 -Wl,--as-needed" MAKEOPTS="-j8 -s" ## PORTAGE FEATURES ## -FEATURES="parallel-fetch protect-owned candy compressdebug splitdebug" +FEATURES="parallel-fetch protect-owned candy compressdebug splitdebug -userpriv" EMERGE_DEFAULT_OPTS="${EMERGE_DEFAULT_OPTS} --getbinpkgonly --rebuilt-binaries" #PORTAGE_NICENESS="-19" |