Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH] doebuild: add missing whitespace in warning message
Date: Sun, 11 Nov 2018 12:41:44
Message-Id: 1541940094.1150.9.camel@gentoo.org
In Reply to: [gentoo-dev] [PATCH] doebuild: add missing whitespace in warning message by Louis Sautier
1 On Sun, 2018-11-11 at 13:23 +0100, Louis Sautier wrote:
2 > Hi,
3 >
4 > Here's a very trivial change to fix missing whitespace.
5 >
6 > I have also filed it as a PR here:
7 >
8 > https://github.com/gentoo/portage/pull/380
9 >
10 > ---
11 > lib/portage/package/ebuild/doebuild.py | 4 ++--
12 > 1 file changed, 2 insertions(+), 2 deletions(-)
13 >
14 > diff --git a/lib/portage/package/ebuild/doebuild.py
15 > b/lib/portage/package/ebuild/doebuild.py
16 > index d0e96f34c..fbc482b43 100644
17 > --- a/lib/portage/package/ebuild/doebuild.py
18 > +++ b/lib/portage/package/ebuild/doebuild.py
19 > @@ -508,8 +508,8 @@ def doebuild_environment(myebuild, mydo,
20 > myroot=None, settings=None,
21 > mysettings["PATH"] = p + ":" + mysettings["PATH"]
22 > break
23 > else:
24 > - writemsg(("Warning: %s requested but no masquerade dir"
25 > - + "can be found in /usr/lib*/%s/bin\n") % (m, m))
26 > + writemsg(("Warning: %s requested but no masquerade dir "
27 > + "can be found in /usr/lib*/%s/bin\n") % (m, m))
28 > mysettings.features.remove(feature)
29 >
30 > if 'MAKEOPTS' not in mysettings:
31
32 This patch looks to be entirely broken by your mail client.
33 --
34 Best regards,
35 Michał Górny

Attachments

File name MIME type
signature.asc application/pgp-signature