Hi!
On Mon, 29 Oct 2018 23:52:31 +0100 Andreas K. Huettel wrote:
> >
> > -inherit eutils toolchain-funcs
> > +inherit toolchain-funcs
> >
> > case ${EAPI:-0} in
> > - 4|5|6) EXPORT_FUNCTIONS pkg_setup ;;
> > + 4|5|6|7) EXPORT_FUNCTIONS pkg_setup ;;
> > *) die "EAPI=${EAPI} is not supported" ;;
> > esac
> >
>
> ^ The disadvantage of this is that eutils inheritance then suddenly
> disappears
> for all ebuilds. And you don't know who assumed implicitly somewhere that
> inheriting fortran-2 makes epatch available...
>
> So how about still inheriting eutils for EAPI 4,5,6 and only dropping it for
> EAPI 7 ?!I agree, backward compatibility matters. Fixed in v2 patch. Best regards, Andrew Savchenko
pgplmIWTOpzDV.pgp
Description: PGP signature
