summaryrefslogtreecommitdiffstats
path: root/pym/portage/glsa.py
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-11-09 15:07:18 +0000
committerMarius Mauch <genone@gentoo.org>2007-11-09 15:07:18 +0000
commita3d594873b6faf8fc63749fbd91b0bf2cc923ce9 (patch)
tree8f95341c2946440bdced923a878cf67b5b3f6443 /pym/portage/glsa.py
parenteae4c521880e3b4875d9081be026dd8f80daa28a (diff)
downloadportage-a3d594873b6faf8fc63749fbd91b0bf2cc923ce9.tar.gz
portage-a3d594873b6faf8fc63749fbd91b0bf2cc923ce9.tar.bz2
portage-a3d594873b6faf8fc63749fbd91b0bf2cc923ce9.zip
revert getMergeList to return CPVs again instead of atoms
svn path=/main/trunk/; revision=8477
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