Re: [gentoo-dev] [PATCH] perl-functions.eclass: Replace unnecessary eval with ${!var}

2017-02-25 Thread Kent Fredric
On Fri, 24 Feb 2017 14:11:57 +0100 Michał Górny wrote: > If there is no hurry to the other changes, maybe either of us could > commit them all at once along with all those eval patches (say, in 6 > days)? The eutils change is going to cause almost everything to be >

Re: [gentoo-dev] [PATCH] perl-functions.eclass: Replace unnecessary eval with ${!var}

2017-02-24 Thread Michał Górny
W dniu 24.02.2017, pią o godzinie 21∶30 +1300, użytkownik Kent Fredric napisał: > Aforementioned change set was reviewed privately with soap and then submitted > to the -dev ML for feedback but nobody has yet to comment, so they must be > perfect :D If there is no hurry to the other changes,

Re: [gentoo-dev] [PATCH] perl-functions.eclass: Replace unnecessary eval with ${!var}

2017-02-24 Thread Kent Fredric
On Thu, 23 Feb 2017 18:02:10 +0100 Michał Górny wrote: > --- > eclass/perl-functions.eclass | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/eclass/perl-functions.eclass b/eclass/perl-functions.eclass > index 1542b98cd45f..85907354a309 100644 > ---

[gentoo-dev] [PATCH] perl-functions.eclass: Replace unnecessary eval with ${!var}

2017-02-23 Thread Michał Górny
--- eclass/perl-functions.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/perl-functions.eclass b/eclass/perl-functions.eclass index 1542b98cd45f..85907354a309 100644 --- a/eclass/perl-functions.eclass +++ b/eclass/perl-functions.eclass @@ -276,7 +276,7 @@