[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:
parent
b4184c1f2e
commit
fdcf189d16
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user