fix syntax
This commit is contained in:
parent
0f713bf476
commit
17ef7eee8e
@ -312,7 +312,7 @@ def pkg_upgrade():
|
||||
log.warning(line)
|
||||
|
||||
# rebuild rust
|
||||
if any([x in rebuild_packages for x in ('dev-lang/rust', 'dev-lang/rust-bin'):
|
||||
if any([x in rebuild_packages for x in ('dev-lang/rust', 'dev-lang/rust-bin')]):
|
||||
log.info("Running rust-rebuild due to update of rust")
|
||||
cmd = [
|
||||
EMERGE_PATH,
|
||||
|
Loading…
Reference in New Issue
Block a user