Gentoo Archives: gentoo-dev

From: Mike Pagano <mpagano@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH] kernel-2.eclass: enable eapi6
Date: Thu, 16 Feb 2017 16:51:33
Message-Id: 20170216165123.GA2332@woodpecker.gentoo.org
In Reply to: [gentoo-dev] [PATCH] kernel-2.eclass: enable eapi6 by Alice Ferrazzi
1 On Thu, Feb 16, 2017 at 02:37:15AM +0900, Alice Ferrazzi wrote:
2 > After mpagano works on the kernel-2.eclass update,
3 > I think we can move kernel-2.eclass to EAPI6.
4 >
5 > ---
6 > eclass/kernel-2.eclass | 2 +-
7 > 1 file changed, 1 insertion(+), 1 deletion(-)
8 >
9 > diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
10 > index 0c9ce04..351e32c 100644
11 > --- a/eclass/kernel-2.eclass
12 > +++ b/eclass/kernel-2.eclass
13 > @@ -198,7 +198,7 @@ case ${EAPI:-0} in
14 > 0|1)
15 > EXPORT_FUNCTIONS src_{unpack,compile,install,test} \
16 > pkg_{setup,preinst,postinst,postrm} ;;
17 > - 2|3|4|5)
18 > + 2|3|4|5|6)
19 > EXPORT_FUNCTIONS src_{unpack,prepare,compile,install,test} \
20 > pkg_{setup,preinst,postinst,postrm} ;;
21 > *) die "${ECLASS}: EAPI ${EAPI} not supported" ;;
22 > --
23 > 2.7.3
24 >
25 >
26
27 ++
28
29 I think I've addressed all EAPI-6 bugs opened against the eclass.
30
31 --
32 Mike Pagano
33 Gentoo Developer - Kernel Project
34 Gentoo Sources - Member
35 E-Mail : mpagano@g.o
36 GnuPG FP : EEE2 601D 0763 B60F 848C 9E14 3C33 C650 B576 E4E3
37 Public Key : http://pgp.mit.edu:11371/pks/lookup?search=0xB576E4E3&op=index