public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [PATCH] eutils.eclass: Kill multilib inherit for EAPI 7
@ 2017-03-11 15:07 Michał Górny
  2017-03-18  7:34 ` Michał Górny
  0 siblings, 1 reply; 2+ messages in thread
From: Michał Górny @ 2017-03-11 15:07 UTC (permalink / raw
  To: gentoo-dev; +Cc: Michał Górny

The multilib.eclass seems not to be used by any eutils function.
Therefore, disable the inherit for EAPI 7. It is being preserved for
older EAPIs not to break ebuilds inheriting this eclass and using
multilib.eclass functions implicitly.
---
 eclass/eutils.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass
index 724a310b3000..e036001dc5e1 100644
--- a/eclass/eutils.eclass
+++ b/eclass/eutils.eclass
@@ -17,12 +17,12 @@
 if [[ -z ${_EUTILS_ECLASS} ]]; then
 _EUTILS_ECLASS=1
 
-inherit multilib toolchain-funcs
+inherit toolchain-funcs
 
 # implicitly inherited (now split) eclasses
 case ${EAPI:-0} in
 0|1|2|3|4|5|6)
-	inherit epatch estack
+	inherit epatch estack multilib
 	;;
 esac
 
-- 
2.12.0



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

* Re: [gentoo-dev] [PATCH] eutils.eclass: Kill multilib inherit for EAPI 7
  2017-03-11 15:07 [gentoo-dev] [PATCH] eutils.eclass: Kill multilib inherit for EAPI 7 Michał Górny
@ 2017-03-18  7:34 ` Michał Górny
  0 siblings, 0 replies; 2+ messages in thread
From: Michał Górny @ 2017-03-18  7:34 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 951 bytes --]

On sob, 2017-03-11 at 16:07 +0100, Michał Górny wrote:
> The multilib.eclass seems not to be used by any eutils function.
> Therefore, disable the inherit for EAPI 7. It is being preserved for
> older EAPIs not to break ebuilds inheriting this eclass and using
> multilib.eclass functions implicitly.
> ---
>  eclass/eutils.eclass | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass
> index 724a310b3000..e036001dc5e1 100644
> --- a/eclass/eutils.eclass
> +++ b/eclass/eutils.eclass
> @@ -17,12 +17,12 @@
>  if [[ -z ${_EUTILS_ECLASS} ]]; then
>  _EUTILS_ECLASS=1
>  
> -inherit multilib toolchain-funcs
> +inherit toolchain-funcs
>  
>  # implicitly inherited (now split) eclasses
>  case ${EAPI:-0} in
>  0|1|2|3|4|5|6)
> -	inherit epatch estack
> +	inherit epatch estack multilib
>  	;;
>  esac
>  

Merged.

-- 
Best regards,
Michał Górny

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 963 bytes --]

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

end of thread, other threads:[~2017-03-18  7:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-11 15:07 [gentoo-dev] [PATCH] eutils.eclass: Kill multilib inherit for EAPI 7 Michał Górny
2017-03-18  7:34 ` Michał Górny

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