svn path=/trunk/gentoolkit/; revision=665
+2009-06-22: Paul Varner <fuzzyray@gentoo.org>
+ * glsa-check: Fix traceback with glsa-check -f (Bug 275105)
+
2009-06-05: Paul Varner <fuzzyray@gentoo.org>
* epkginfo: Add patch from Sebastian Mingramm to Make epkginfo slot
aware and only print keywords for the highest visible versions in each
exitcode >>= 8
if exitcode:
sys.exit(exitcode)
- if len(mergelist):
- sys.stdout.write("\n")
+ if len(mergelist):
+ sys.stdout.write("\n")
elif mode == "pretend":
sys.stdout.write("Checking GLSA "+myid+"\n")
if not myglsa.isVulnerable():