mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-17 12:20:59 +02:00
profile: add --with-bdeps=y to default portage runs to make sure all build deps get updated properly
This commit is contained in:
parent
18d7c2e14d
commit
4419406df3
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ FCFLAGS="${FCFLAGS} -frecord-gcc-switches"
|
|||
FEATURES="${FEATURES} usersandbox protect-owned userpriv userfetch fixlafiles news parallel-fetch sfperms unmerge-orphans unknown-features-warn usersync multilib-strict preserve-libs"
|
||||
|
||||
#add --getbinpkg=y and PORTAGE_BINHOST when we have binhost offered
|
||||
EMERGE_DEFAULT_OPTS="${EMERGE_DEFAULT_OPTS} --ask-enter-invalid --keep-going=y --binpkg-respect-use=y --tree --verbose"
|
||||
EMERGE_DEFAULT_OPTS="${EMERGE_DEFAULT_OPTS} --ask-enter-invalid --keep-going=y --binpkg-respect-use=y --tree --verbose --with-bdeps=y"
|
||||
|
||||
XFCE_PLUGINS="${XFCE_PLUGINS} brightness menu logout trash"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue