>>>>> On Thu, 01 Apr 2021, Andreas Sturmlechner wrote: > +# @FUNCTION: test-flag-PROG > +# @USAGE: <compiler> <flag> > +# @INTERNAL > +# @DESCRIPTION: > +# Returns shell true if <flag> is supported by given <compiler>, > +# else returns shell false. > test-flag-PROG() { > + [[ ${EAPI} == [5-7] ]] || > + die "Internal function ${FUNCNAME} is not available in > >=EAPI-8." > + _test-flag-PROG > +}
Any reason why this cannot say "... in EAPI ${EAPI}." as I had suggested earlier? (Same for the other patches in the series.)
signature.asc
Description: PGP signature