summaryrefslogtreecommitdiffstats
path: root/bin/repoman
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-28 20:31:33 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-28 20:31:33 +0000
commitf8dee739dae3a33124405643ebcb3c32cbb9f833 (patch)
tree73fd2d90c8865a68441db950392581db6c0208d4 /bin/repoman
parentfa0bea1c31100ace6153bf082f1aade4c2d94d79 (diff)
downloadportage-f8dee739dae3a33124405643ebcb3c32cbb9f833.tar.gz
portage-f8dee739dae3a33124405643ebcb3c32cbb9f833.tar.bz2
portage-f8dee739dae3a33124405643ebcb3c32cbb9f833.zip
Can't delete variable that doesn't exist anymore (bug #164280)
svn path=/main/trunk/; revision=5817
Diffstat (limited to 'bin/repoman')
-rwxr-xr-xbin/repoman2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman
index 9f7f1731b..695141ca1 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -1047,7 +1047,7 @@ for x in scanlist:
if bad_stable_keywords:
stats["LIVEVCS.stable"] += 1
fails["LIVEVCS.stable"].append(x+"/"+y+".ebuild with stable keywords:%s " % bad_stable_keywords)
- del keyword, bad_stable_keywords
+ del bad_stable_keywords
if "--ignore-arches" in myoptions:
arches = [[repoman_settings["ARCH"], repoman_settings["ARCH"],