Revert "[armv7l/portage] add FEATURES=noinfo to speedup Portage execution after merge"

FEATURES=noinfo also drops /usr/share/info files from packages.

This reverts commit fc460fad2b.
This commit is contained in:
Fabio Erculiani 2012-09-17 19:50:32 +02:00
parent d8cb26b1aa
commit c29663ca0f
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ CHOST="armv7a-hardfloat-linux-gnueabi"
#################################################
# Portage configuration
ACCEPT_KEYWORDS="~arm arm"
FEATURES="ccache distcc distcc-pump parallel-fetch protect-owned splitdebug noinfo"
FEATURES="ccache distcc distcc-pump parallel-fetch protect-owned splitdebug"
MAKEOPTS="-j16 -s"
CCACHE_SIZE="50G"
CCACHE_DIR="/var/ccache"

View File

@ -11,7 +11,7 @@ CHOST="armv7a-unknown-linux-gnueabi"
#################################################
# Portage configuration
ACCEPT_KEYWORDS="~arm arm"
FEATURES="ccache distcc distcc-pump parallel-fetch protect-owned splitdebug noinfo"
FEATURES="ccache distcc distcc-pump parallel-fetch protect-owned splitdebug"
MAKEOPTS="-j16 -s"
CCACHE_SIZE="50G"
CCACHE_DIR="/var/ccache"