On Sun, 2018-11-11 at 13:23 +0100, Louis Sautier wrote:
> Hi,
> 
> Here's a very trivial change to fix missing whitespace.
> 
> I have also filed it as a PR here:
> 
> https://github.com/gentoo/portage/pull/380
> 
> ---
> lib/portage/package/ebuild/doebuild.py | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/lib/portage/package/ebuild/doebuild.py
> b/lib/portage/package/ebuild/doebuild.py
> index d0e96f34c..fbc482b43 100644
> --- a/lib/portage/package/ebuild/doebuild.py
> +++ b/lib/portage/package/ebuild/doebuild.py
> @@ -508,8 +508,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:

This patch looks to be entirely broken by your mail client.
-- 
Best regards,
Michał Górny

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to