Remove binpkg-changed-deps=n from default makeconf, no pillar default this time;

This commit is contained in:
Antsiferov Grigory 2017-03-29 17:26:31 +03:00
parent a3914e0abf
commit 0c223897ce

View File

@ -38,7 +38,7 @@ if make_conf:
chap(k, v)
else:
chap('FEATURES', ' '.join(default_features))
chap('EMERGE_DEFAULT_OPTS', '--quiet-build --verbose --keep-going --binpkg-changed-deps=n')
chap('EMERGE_DEFAULT_OPTS', '--quiet-build --verbose --keep-going')
if arch_conf: