Merge pull request #79 from Enlik/qfile-no-e

[entropy.spm] adapt to qfile from portage-utils-0.80
This commit is contained in:
geaaru
2019-10-05 11:26:28 +02:00
committed by GitHub
@@ -2086,7 +2086,7 @@ class PortagePlugin(SpmPlugin):
qfile_args = (qfile_exec, "-q", "-C", "-R", root,)
if exact_match:
qfile_args += ("-e",)
qfile_args += ("-v",)
rc = 0
for filename in paths: