Mike Auty wrote:
The speed issues aren't really a concern, since the GLEP suggests that
the ebuild must be sourced anyway. The GLEP allows for a .ebuild-2 file
to contain EAPI="1".
Wrong. From the GLEP: "note that one should *never* explicitly set both
EAPIs to different values."
Basically, you don't set the post-source EAPI. It is only supposed to be
used when the pre-source EAPI cannot be determined. This is entirely for
backwards compatability with EAPI={0,1}. Once people start using
suffixed EAPIs, EAPI should not (probably "must not") be set in the
ebuild. Sure, because of how the algorithm works, people could
potentially do both, but the GLEP makes it pretty clear that they shouldn't.
--
Mike Kelly
--
gentoo-dev@lists.gentoo.org mailing list