Gentoo Archives: gentoo-dev

From: Mike Gilbert <floppym@g.o>
To: Gentoo Dev <gentoo-dev@l.g.o>
Subject: Re: [gentoo-dev] [PATCH v2] eclass/kernel-2.eclass: Remove use of tr in global scope
Date: Thu, 31 Aug 2017 19:06:26
Message-Id: CAJ0EP42n0kkjsdKGCjyG5JRT5Ya0ZSZ6NOj0u84_5Qm__t10OA@mail.gmail.com
In Reply to: Re: [gentoo-dev] [PATCH v2] eclass/kernel-2.eclass: Remove use of tr in global scope by Walter Dnes
1 On Thu, Aug 31, 2017 at 2:53 PM, Walter Dnes <waltdnes@××××××××.org> wrote:
2 > On Thu, Aug 31, 2017 at 02:11:30PM -0400, Mike Pagano wrote
3 >> On Thu, Aug 31, 2017 at 07:27:10PM +0200, Micha?? Górny wrote:
4 >> > W dniu czw, 31.08.2017 o godzinie 12???33???-0400, u??ytkownik Mike Pagano
5 >> > napisa??:
6 >> > > As per PMS remove calls to external command 'tr' in global scope See bug #629106.
7 >> >
8 >> > Closes: https://bugs.gentoo.org/629106
9 >> >
10 >> > (assuming you want the bug closed)
11 >> >
12 >> > >
13 >>
14 >> Thanks for the review. Committed. It seems we are limited by PMS one
15 >> way or the other. If someone has a better idea of doing this simple
16 >> lowercase/uppercase change that satisifies PMS at all versions I am
17 >> happy to revisit.
18 >
19 > Is "sed -e" allowed? E.g.
20
21 No. sed is an external binary that may not be called from global scpoe.