summaryrefslogtreecommitdiffstats
path: root/pym/portage/glsa.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/glsa.py')
-rw-r--r--pym/portage/glsa.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/glsa.py b/pym/portage/glsa.py
index 7e205d63a..91f719c8f 100644
--- a/pym/portage/glsa.py
+++ b/pym/portage/glsa.py
@@ -590,4 +590,4 @@ class Glsa:
self.portdbapi, self.vardbapi, minimize=least_change)
if update:
rValue.append(update)
- return ["="+x for x in rValue]
+ return rValue