>>>>> On Sun, 18 Jul 2021, Andreas Sturmlechner wrote:
 
>  case ${EAPI:-0} in

This could be just ${EAPI} now (same for check-reqs.eclass).

> -     [0-5]) die "virtualx.eclass: EAPI ${EAPI} is too old." ;;
> -     6|7) ;;
> -     *) die "virtualx.eclass: EAPI ${EAPI} is not supported yet." ;;
> +     6|7|8) ;;
> +     *) die "virtualx.eclass: EAPI ${EAPI:-0} is not supported." ;;

Use ${ECLASS} instead of explicit name?

>  esac

Attachment: signature.asc
Description: PGP signature

Reply via email to