Gentoo Archives: gentoo-dev

From: Ulrich Mueller <ulm@g.o>
To: conikost@g.o
Cc: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH] aspell-dict-r1.eclass: add EAPI=7 support
Date: Sun, 07 Mar 2021 18:05:39
Message-Id: umtve6dqw@gentoo.org
In Reply to: [gentoo-dev] [PATCH] aspell-dict-r1.eclass: add EAPI=7 support by conikost@gentoo.org
1 >>>>> On Sun, 07 Mar 2021, conikost wrote:
2
3 > case ${EAPI:-0} in
4 > - [0-5])
5 > - die "aspell-dict-r1.eclass is banned in EAPI ${EAPI:-0}"
6 > + 0|1|2|3|4|5)
7 > + die "Unsupported EAPI=${EAPI} (obsolete) for ${ECLASS}"
8 > ;;
9 > - 6)
10 > + 6|7)
11 > ;;
12 > *)
13 > - die "Unknown EAPI ${EAPI:-0}"
14 > + die "Unsupported EAPI=${EAPI} (obsolete) for ${ECLASS}"
15
16 Same message as above? Then the 0-5 case isn't needed.
17
18 > ;;
19 > esac

Attachments

File name MIME type
signature.asc application/pgp-signature