Re: [gentoo-dev] RFC: kernel-2.eclass Prefix support

2016-06-11 Thread Göktürk Yüksek
Benda Xu: > Hi Fellows, > > This is a trivial patch for kernel-2.eclass to support Prefix. Does it > look good to be commited? > > Thanks, > Benda > > Bug: 478436 > --- kernel-2.eclass 2016-02-17 22:46:25.235543840 +0900 > +++ kernel-2.eclass 2016-05-24 01:14:22.246809021 +0900 > @@ -539,8

Re: [gentoo-dev] RFC: kernel-2.eclass Prefix support

2016-06-11 Thread Zac Medico
On 06/11/2016 08:02 AM, Benda Xu wrote: > Hi Fellows, > > This is a trivial patch for kernel-2.eclass to support Prefix. Does it > look good to be commited? The EPREFIX and EROOT variables are undefined prior to EAPI 3, so the eclass should die if the EAPI is 0, 1, or 2. -- Thanks, Zac