profile: add --with-bdeps=y to default portage runs to make sure all build deps get updated properly

This commit is contained in:
Zero_Chaos 2013-01-12 21:19:34 +00:00
parent 18d7c2e14d
commit 4419406df3

View file

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