summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/glsa-check1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/glsa-check b/bin/glsa-check
index 82fb5e49d..f789af1ec 100644
--- a/bin/glsa-check
+++ b/bin/glsa-check
@@ -167,6 +167,7 @@ def summarylist(myglsalist, fd1=sys.stdout, fd2=sys.stderr):
fd2.write(green("[U]")+" means the system is not affected and\n")
fd2.write(red("[N]")+" indicates that the system might be affected.\n\n")
+ myglsalist.sort()
for myid in myglsalist:
try:
myglsa = Glsa(myid, portage.settings, vardb, portdb)