Re: [gentoo-dev] [PATCHES] multilib-build & multilib-minimal EAPI 6 patchset

2015-12-10 Thread Doug Goldstein
On 12/6/15 12:57 PM, Michał Górny wrote: > Hi, everyone. > > Here's a patchset for review. Changes: > > 1. eclass-generated variables are read-only, > 2. missing error checks (||die) added, > 3. 'unset -f' used to wipe local and temporary functions from the env, > 4. deprecated function QA

Re: [gentoo-dev] [PATCHES] multilib-build & multilib-minimal EAPI 6 patchset

2015-12-09 Thread Michał Górny
On Sun, 6 Dec 2015 19:57:45 +0100 Michał Górny wrote: > Hi, everyone. > > Here's a patchset for review. Changes: > > 1. eclass-generated variables are read-only, > 2. missing error checks (||die) added, > 3. 'unset -f' used to wipe local and temporary functions from the

[gentoo-dev] [PATCHES] multilib-build & multilib-minimal EAPI 6 patchset

2015-12-06 Thread Michał Górny
Hi, everyone. Here's a patchset for review. Changes: 1. eclass-generated variables are read-only, 2. missing error checks (||die) added, 3. 'unset -f' used to wipe local and temporary functions from the env, 4. deprecated function QA warnings turned into bans for EAPI 6, 5. eutils inherit