>>>>> On Thu, 14 Apr 2022, Anna Vyalkova wrote:
 
> +fi
> +
> +EXPORT_FUNCTIONS src_install pkg_postinst pkg_postrm
> +
> +# src_prepare is only exported in EAPI >= 8
> +case ${EAPI} in
> +     6|7) ;;
> +     *) EXPORT_FUNCTIONS src_prepare ;;
> +esac
> +
> +if [[ ! ${_VIM_PLUGIN_ECLASS} ]]; then

> [...]
 
> -EXPORT_FUNCTIONS src_install pkg_postinst pkg_postrm

What is the rationale for moving EXPORT_FUNCTIONS? The standard nowadays
is to have it at the end of the eclass (so it's immediately clear that
inherit order will be as expected).

Ulrich

Attachment: signature.asc
Description: PGP signature

Reply via email to