profile: quiet down splitdebug warns

This commit is contained in:
Rick Farina (Zero_Chaos) 2026-02-04 15:53:40 -05:00
parent 5c98ad3416
commit 18b85d4ada
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -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>"