From: Arfrever Frehtes Taifersar Arahesis Date: Fri, 15 Mar 2013 03:29:17 +0000 (+0100) Subject: Fix NameError introduced in commit 473caf415603e0b69ac29b0f0e59761b3c583ed8. X-Git-Tag: v2.2.0_alpha167~32 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=59fcd70861387f03fc34c9c891e154bb6617d285;p=portage.git Fix NameError introduced in commit 473caf415603e0b69ac29b0f0e59761b3c583ed8. --- diff --git a/pym/repoman/checks.py b/pym/repoman/checks.py index b29b8d361..1a53934b0 100644 --- a/pym/repoman/checks.py +++ b/pym/repoman/checks.py @@ -165,7 +165,7 @@ class EbuildQuote(LineCheck): "GAMES_LOGDIR", "GAMES_BINDIR"] # variables for multibuild.eclass - var_name += ["BUILD_DIR"] + var_names += ["BUILD_DIR"] var_names = "(%s)" % "|".join(var_names) var_reference = re.compile(r'\$(\{'+var_names+'\}|' + \