mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-07 12:01:54 +02:00
profile: quiet down splitdebug warns
This commit is contained in:
parent
5c98ad3416
commit
18b85d4ada
2 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ FFLAGS="${FFLAGS} -pipe ${SPEEDFLAGS} ${WARNINGFLAGS} ${SECURITYFLAGS}"
|
|||
FCFLAGS="${FCFLAGS} -pipe ${SPEEDFLAGS} ${WARNINGFLAGS} ${SECURITYFLAGS}"
|
||||
|
||||
FEATURES="${FEATURES} usersandbox protect-owned userpriv userfetch fixlafiles news parallel-fetch sfperms unmerge-orphans unknown-features-warn usersync \
|
||||
multilib-strict preserve-libs parallel-install -ebuild-locks binpkg-multi-instance -buildpkg-live splitdebug compressdebug"
|
||||
multilib-strict preserve-libs parallel-install -ebuild-locks binpkg-multi-instance -buildpkg-live compressdebug"
|
||||
|
||||
#for major use of binpkgs, we need to "fix" a few of gentoo's flaws:
|
||||
#a package built against kernel A will attempt to be used even when remerging on kernel B (often to hilarious consequences)
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ USE="${USE} pentoo-extra zsh-completion -semantic-desktop"
|
|||
PORTAGE_GPG_DIR="/home/zero/.gnupg/"
|
||||
PORTAGE_GPG_KEY="0xA5DD1427DD11F94A"
|
||||
#PORTAGE_GPG_KEY="0xA29433C0AA431DDC"
|
||||
FEATURES="sign"
|
||||
FEATURES="sign splitdebug"
|
||||
|
||||
ECHANGELOG_USER="Rick Farina <zerochaos@gentoo.org>"
|
||||
DCO_SIGNED_OFF_BY="Rick Farina <zerochaos@gentoo.org>"
|
||||
|
|
|
|||
Loading…
Reference in a new issue