>>>>> On Sun, 07 Mar 2021, conikost wrote:
> case ${EAPI:-0} in
> - [0-5])
> - die "aspell-dict-r1.eclass is banned in EAPI ${EAPI:-0}"
> + 0|1|2|3|4|5)
> + die "Unsupported EAPI=${EAPI} (obsolete) for ${ECLASS}"
> ;;
> - 6)
> + 6|7)
> ;;
> *)
> - die "Unknown EAPI ${EAPI:-0}"
> + die "Unsupported EAPI=${EAPI} (obsolete) for ${ECLASS}"Same message as above? Then the 0-5 case isn't needed. > ;; > esac
signature.asc
Description: PGP signature
