mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
We can't query installed use flags for a non installed pkg. Also one if is enough...
This commit is contained in:
parent
96566d3060
commit
f3d1ba1509
@ -1437,7 +1437,7 @@ def latest(
|
||||
cmp_func=cmp_func):
|
||||
targets[pkg] = avail[pkg]
|
||||
else:
|
||||
if not cur[pkg] or if __salt__['portage_config.is_changed_uses'](pkg):
|
||||
if not cur[pkg] or __salt__['portage_config.is_changed_uses'](pkg):
|
||||
targets[pkg] = avail[pkg]
|
||||
else:
|
||||
for pkg in desired_pkgs:
|
||||
|
Loading…
Reference in New Issue
Block a user