Re: [gentoo-portage-dev] [PATCH v2 4/4] Ban prepall in ebuild scope

2018-09-17 Thread Michał Górny
On Sun, 2018-09-16 at 16:09 -0700, Zac Medico wrote: > On 09/15/2018 06:45 AM, Michał Górny wrote: > > --- > > bin/ebuild-helpers/prepall | 28 ++-- > > bin/misc-functions.sh | 27 ++- > > 2 files changed, 28 insertions(+), 27 deletions(-) > >

Re: [gentoo-portage-dev] [PATCH v2 4/4] Ban prepall in ebuild scope

2018-09-16 Thread Zac Medico
On 09/15/2018 06:45 AM, Michał Górny wrote: > --- > bin/ebuild-helpers/prepall | 28 ++-- > bin/misc-functions.sh | 27 ++- > 2 files changed, 28 insertions(+), 27 deletions(-) > > Changed in v2: > - fixed calling prepallstrip in EAPI 7 This

[gentoo-portage-dev] [PATCH v2 4/4] Ban prepall in ebuild scope

2018-09-15 Thread Michał Górny
--- bin/ebuild-helpers/prepall | 28 ++-- bin/misc-functions.sh | 27 ++- 2 files changed, 28 insertions(+), 27 deletions(-) Changed in v2: - fixed calling prepallstrip in EAPI 7 diff --git a/bin/ebuild-helpers/prepall