summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-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"