aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/portage/dbapi/IndexedPortdb.py')
-rw-r--r--lib/portage/dbapi/IndexedPortdb.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/portage/dbapi/IndexedPortdb.py b/lib/portage/dbapi/IndexedPortdb.py
index e8c5790c2..5f1cb5bd1 100644
--- a/lib/portage/dbapi/IndexedPortdb.py
+++ b/lib/portage/dbapi/IndexedPortdb.py
@@ -159,8 +159,7 @@ class IndexedPortdb:
if atom == atom.cp:
return cp_list[:]
- else:
- return portage.match_from_list(atom, cp_list)
+ return portage.match_from_list(atom, cp_list)
def aux_get(self, cpv, attrs, myrepo=None):
if len(attrs) == 1 and attrs[0] == "DESCRIPTION":