Skip to content

Commit

Permalink
doebuild: add missing whitespace in warning message
Browse files Browse the repository at this point in the history
Closes: #380
Signed-off-by: Zac Medico <zmedico@gentoo.org>
  • Loading branch information
sbraz authored and zmedico committed Dec 7, 2018
1 parent e9810a3 commit 3ff6d9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/portage/package/ebuild/doebuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -510,8 +510,8 @@ def doebuild_environment(myebuild, mydo, myroot=None, settings=None,
mysettings["PATH"] = p + ":" + mysettings["PATH"]
break
else:
writemsg(("Warning: %s requested but no masquerade dir"
+ "can be found in /usr/lib*/%s/bin\n") % (m, m))
writemsg(("Warning: %s requested but no masquerade dir "
"can be found in /usr/lib*/%s/bin\n") % (m, m))
mysettings.features.remove(feature)

if 'MAKEOPTS' not in mysettings:
Expand Down

0 comments on commit 3ff6d9f

Please sign in to comment.