[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
|
# Portage stuff
|
||||||
ACCEPT_KEYWORDS="~amd64"
|
ACCEPT_KEYWORDS="~amd64"
|
||||||
FEATURES="ccache parallel-fetch protect-owned splitdebug noinfo"
|
FEATURES="ccache parallel-fetch protect-owned splitdebug"
|
||||||
CCACHE_SIZE="2G"
|
CCACHE_SIZE="2G"
|
||||||
CCACHE_DIR="/var/ccache"
|
CCACHE_DIR="/var/ccache"
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ LDFLAGS="-Wl,-O1 -Wl,--as-needed"
|
|||||||
MAKEOPTS="-j16 -s"
|
MAKEOPTS="-j16 -s"
|
||||||
|
|
||||||
# Portage stuff
|
# Portage stuff
|
||||||
FEATURES="ccache parallel-fetch protect-owned splitdebug noinfo"
|
FEATURES="ccache parallel-fetch protect-owned splitdebug"
|
||||||
ACCEPT_KEYWORDS="~x86"
|
ACCEPT_KEYWORDS="~x86"
|
||||||
CCACHE_SIZE="2G"
|
CCACHE_SIZE="2G"
|
||||||
CCACHE_DIR="/var/ccache"
|
CCACHE_DIR="/var/ccache"
|
||||||
|
Loading…
Reference in New Issue
Block a user