Re: [gentoo-dev] [PATCH 1/1] kernel-2.eclass: Support EAPI 6 when applying user patches.

2016-11-29 Thread Michał Górny
On Tue, 29 Nov 2016 09:46:18 +0100 Michał Górny wrote: > On Mon, 28 Nov 2016 06:42:44 -0500 > Mike Pagano wrote: > > > On 11/27/2016 09:06 PM, Mike Gilbert wrote: > > > On Sun, Nov 27, 2016 at 7:23 PM, Mike Pagano wrote: > > >

Re: [gentoo-dev] [PATCH 1/1] kernel-2.eclass: Support EAPI 6 when applying user patches.

2016-11-29 Thread Mike Pagano
On 11/29/2016 03:46 AM, Michał Górny wrote: > On Mon, 28 Nov 2016 06:42:44 -0500 > Mike Pagano wrote: > >> On 11/27/2016 09:06 PM, Mike Gilbert wrote: >>> On Sun, Nov 27, 2016 at 7:23 PM, Mike Pagano wrote: If kernel-2_src_unpack() is called in

Re: [gentoo-dev] [PATCH 1/1] kernel-2.eclass: Support EAPI 6 when applying user patches.

2016-11-29 Thread Michał Górny
On Mon, 28 Nov 2016 06:42:44 -0500 Mike Pagano wrote: > On 11/27/2016 09:06 PM, Mike Gilbert wrote: > > On Sun, Nov 27, 2016 at 7:23 PM, Mike Pagano wrote: > >> If kernel-2_src_unpack() is called in EAPI6, epatch_user() function > >> inherited from

Re: [gentoo-dev] [PATCH 1/1] kernel-2.eclass: Support EAPI 6 when applying user patches.

2016-11-28 Thread Mike Gilbert
On Mon, Nov 28, 2016 at 6:42 AM, Mike Pagano wrote: > > > On 11/27/2016 09:06 PM, Mike Gilbert wrote: >> On Sun, Nov 27, 2016 at 7:23 PM, Mike Pagano wrote: >>> If kernel-2_src_unpack() is called in EAPI6, epatch_user() function >>> inherited from

Re: [gentoo-dev] [PATCH 1/1] kernel-2.eclass: Support EAPI 6 when applying user patches.

2016-11-28 Thread Mike Pagano
On 11/27/2016 09:06 PM, Mike Gilbert wrote: > On Sun, Nov 27, 2016 at 7:23 PM, Mike Pagano wrote: >> If kernel-2_src_unpack() is called in EAPI6, epatch_user() function >> inherited from eutils.eclass is undefined. >> See bug #579188 > > kernel-2.eclass currently calls die

Re: [gentoo-dev] [PATCH 1/1] kernel-2.eclass: Support EAPI 6 when applying user patches.

2016-11-27 Thread Mike Gilbert
On Sun, Nov 27, 2016 at 7:23 PM, Mike Pagano wrote: > If kernel-2_src_unpack() is called in EAPI6, epatch_user() function > inherited from eutils.eclass is undefined. > See bug #579188 kernel-2.eclass currently calls die in global scope for EAPI 6, so this change has no real