>
> -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 ?! -- Andreas K. Hüttel [email protected] Gentoo Linux developer (council, toolchain, perl, libreoffice, comrel)
signature.asc
Description: This is a digitally signed message part.
