public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [PATCH] kernel-2.eclass: enable eapi6
@ 2017-02-15 17:37 Alice Ferrazzi
  2017-02-16 16:51 ` Mike Pagano
  0 siblings, 1 reply; 2+ messages in thread
From: Alice Ferrazzi @ 2017-02-15 17:37 UTC (permalink / raw
  To: gentoo-dev; +Cc: Alice Ferrazzi

After mpagano works on the kernel-2.eclass update,
I think we can move kernel-2.eclass to EAPI6.

---
 eclass/kernel-2.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
index 0c9ce04..351e32c 100644
--- a/eclass/kernel-2.eclass
+++ b/eclass/kernel-2.eclass
@@ -198,7 +198,7 @@ case ${EAPI:-0} in
 	0|1)
 		EXPORT_FUNCTIONS src_{unpack,compile,install,test} \
 			pkg_{setup,preinst,postinst,postrm} ;;
-	2|3|4|5)
+	2|3|4|5|6)
 		EXPORT_FUNCTIONS src_{unpack,prepare,compile,install,test} \
 			pkg_{setup,preinst,postinst,postrm} ;;
 	*) die "${ECLASS}: EAPI ${EAPI} not supported" ;;
-- 
2.7.3



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [gentoo-dev] [PATCH] kernel-2.eclass: enable eapi6
  2017-02-15 17:37 [gentoo-dev] [PATCH] kernel-2.eclass: enable eapi6 Alice Ferrazzi
@ 2017-02-16 16:51 ` Mike Pagano
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Pagano @ 2017-02-16 16:51 UTC (permalink / raw
  To: gentoo-dev

On Thu, Feb 16, 2017 at 02:37:15AM +0900, Alice Ferrazzi wrote:
> After mpagano works on the kernel-2.eclass update,
> I think we can move kernel-2.eclass to EAPI6.
> 
> ---
>  eclass/kernel-2.eclass | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
> index 0c9ce04..351e32c 100644
> --- a/eclass/kernel-2.eclass
> +++ b/eclass/kernel-2.eclass
> @@ -198,7 +198,7 @@ case ${EAPI:-0} in
>  	0|1)
>  		EXPORT_FUNCTIONS src_{unpack,compile,install,test} \
>  			pkg_{setup,preinst,postinst,postrm} ;;
> -	2|3|4|5)
> +	2|3|4|5|6)
>  		EXPORT_FUNCTIONS src_{unpack,prepare,compile,install,test} \
>  			pkg_{setup,preinst,postinst,postrm} ;;
>  	*) die "${ECLASS}: EAPI ${EAPI} not supported" ;;
> -- 
> 2.7.3
> 
> 

++

I think I've addressed all EAPI-6 bugs opened against the eclass. 

-- 
Mike Pagano
Gentoo Developer - Kernel Project
Gentoo Sources - Member
E-Mail     : mpagano@gentoo.org
GnuPG FP   : EEE2 601D 0763 B60F 848C  9E14 3C33 C650 B576 E4E3
Public Key : http://pgp.mit.edu:11371/pks/lookup?search=0xB576E4E3&op=index


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-02-16 16:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-15 17:37 [gentoo-dev] [PATCH] kernel-2.eclass: enable eapi6 Alice Ferrazzi
2017-02-16 16:51 ` Mike Pagano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox