From 54a3e50017d20bb29c80504b3857debc6bd24570 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C5=82awomir=20Nizio?= Date: Wed, 2 Oct 2019 01:58:43 +0200 Subject: [PATCH] [entropy.spm] adapt to qfile from portage-utils-0.80 In 0.74 -e was available, and in 0.80 it is not present. In both versions, and with the same set of options used, -e and -v provide the same result so -v is now used to work on both. Changed in portage-utils, commit 951a8711a59b1a7d49125f5f5214ff1ae9e50074: qfile: drop non-functional --exact option Bug: https://bugs.gentoo.org/678632 --- lib/entropy/spm/plugins/interfaces/portage_plugin/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/entropy/spm/plugins/interfaces/portage_plugin/__init__.py b/lib/entropy/spm/plugins/interfaces/portage_plugin/__init__.py index 4bb635233..b0f65f0fc 100644 --- a/lib/entropy/spm/plugins/interfaces/portage_plugin/__init__.py +++ b/lib/entropy/spm/plugins/interfaces/portage_plugin/__init__.py @@ -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: