On Tue, May 31, 2011 at 10:24 AM, Michał Górny <[email protected]> wrote: > Hello all, > > As I suggested earlier, I'm attaching an example implementation > of github-snapshot.eclass. >
case ${EAPI:-0} in
0|1) die "EAPI ${EAPI} unsupported.";;
2|3|4) ;;
*) die "github-snapshot.eclass API in EAPI ${EAPI} not yet established."
esac
Why are EAPI 0 and 1 unsupported? I don't see anything that would need
EAPI 2 features.
