[intel/portage] add FEATURES=noinfo to speedup Portage execution after merge

This commit is contained in:
Fabio Erculiani 2012-09-17 13:09:13 +02:00
parent dff1a85fd6
commit b8afdd618f
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ MAKEOPTS="-j16 -s"
# Portage stuff
ACCEPT_KEYWORDS="~amd64"
FEATURES="ccache parallel-fetch protect-owned splitdebug"
FEATURES="ccache parallel-fetch protect-owned splitdebug noinfo"
CCACHE_SIZE="2G"
CCACHE_DIR="/var/ccache"

View File

@ -11,7 +11,7 @@ LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j16 -s"
# Portage stuff
FEATURES="ccache parallel-fetch protect-owned splitdebug"
FEATURES="ccache parallel-fetch protect-owned splitdebug noinfo"
ACCEPT_KEYWORDS="~x86"
CCACHE_SIZE="2G"
CCACHE_DIR="/var/ccache"