summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
diff options
context:
space:
mode:
Diffstat (limited to 'pym/_emerge')
-rw-r--r--pym/_emerge/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/_emerge/__init__.py b/pym/_emerge/__init__.py
index 356acef60..e6dedb960 100644
--- a/pym/_emerge/__init__.py
+++ b/pym/_emerge/__init__.py
@@ -2714,7 +2714,7 @@ class depgraph(object):
(myarg and not selective)
if not reinstall_for_flags and \
not must_reinstall and \
- (vardb.cpv_exists(cpv) and vardb.match(atom)):
+ cpv in vardb.match(atom):
break
if installed:
must_reinstall = empty or \