Add --with-bdeps=y and --changed-deps=y to EMERGE_DEFAULT_OPTS

Track build dependencies and only rebuild packages with changed deps
for smarter, more efficient world updates.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
joshii-h 2026-02-28 10:54:19 +01:00
parent d3938eda0d
commit f58c8be261

View file

@ -28,7 +28,7 @@ GENTOO_MIRRORS="https://distfiles.gentoo.org"
# Features
FEATURES="parallel-fetch ccache"
EMERGE_DEFAULT_OPTS="--jobs=4 --verbose --keep-going=y"
EMERGE_DEFAULT_OPTS="--jobs=4 --verbose --keep-going=y --with-bdeps=y --changed-deps=y"
PORTAGE_NICENESS=19
PORTAGE_IONICE_COMMAND="ionice -c 3 -p \${PID}"