summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-10-14 17:11:23 -0700
committerZac Medico <zmedico@gentoo.org>2012-10-14 17:11:23 -0700
commitb3e9be9d551588e646726adff7001ded44a130b3 (patch)
tree7e11ef20ece20022d130316558ad36e74be44d55
parent2ca487f929962154488999a125a7387eeb44be88 (diff)
downloadportage-2.2.0_alpha138.tar.gz
portage-2.2.0_alpha138.tar.bz2
portage-2.2.0_alpha138.zip
repoman: fix commit_footer NameErrorv2.2.0_alpha138
-rwxr-xr-xbin/repoman2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman
index 4fa092a4c..d1f0b861a 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -2539,7 +2539,7 @@ else:
unameout += platform.processor()
else:
unameout += platform.machine()
- commit_footer += "\n\n(Portage version: %s/%s/%s" % \
+ commit_footer = "\n\n(Portage version: %s/%s/%s" % \
(portage_version, vcs, unameout)
if options.force:
commit_footer += ", RepoMan options: --force"