[intel/portage] remove noinfo from FEATURES

I thought I did that already. We cannot have it, because we want
to ship with info files.
This commit is contained in:
Fabio Erculiani 2012-10-22 17:28:13 +02:00
parent b4184c1f2e
commit fdcf189d16
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 noinfo"
FEATURES="ccache parallel-fetch protect-owned splitdebug"
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 noinfo"
FEATURES="ccache parallel-fetch protect-owned splitdebug"
ACCEPT_KEYWORDS="~x86"
CCACHE_SIZE="2G"
CCACHE_DIR="/var/ccache"