projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa0bea1
)
Can't delete variable that doesn't exist anymore (bug #164280)
author
Marius Mauch
<genone@gentoo.org>
Sun, 28 Jan 2007 20:31:33 +0000
(20:31 -0000)
committer
Marius Mauch
<genone@gentoo.org>
Sun, 28 Jan 2007 20:31:33 +0000
(20:31 -0000)
svn path=/main/trunk/; revision=5817
bin/repoman
patch
|
blob
|
history
diff --git
a/bin/repoman
b/bin/repoman
index 9f7f1731b11ab31488eb78fd9a31b5d51ce244fd..695141ca172e96096c23a5983ffc8c39016988ac 100755
(executable)
--- 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"],