mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-07 02:45:21 +00:00
Remove binpkg-changed-deps=n from default makeconf, no pillar default this time;
This commit is contained in:
parent
a3914e0abf
commit
0c223897ce
@ -38,7 +38,7 @@ if make_conf:
|
|||||||
chap(k, v)
|
chap(k, v)
|
||||||
else:
|
else:
|
||||||
chap('FEATURES', ' '.join(default_features))
|
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:
|
if arch_conf:
|
||||||
|
Loading…
Reference in New Issue
Block a user