Re: [gentoo-dev] [PATCH] aspell-dict-r1.eclass: add EAPI=7 support

2021-03-07 Thread Ulrich Mueller
> 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) >

[gentoo-dev] [PATCH] aspell-dict-r1.eclass: add EAPI=7 support

2021-03-07 Thread conikost
From: Conrad Kostecki Those changes add support for EAPI=7 for all aspell- ebuilds. Also slightly adjusted messages and taking ownership. Closes: https://bugs.gentoo.org/637710 Closes: https://bugs.gentoo.org/770259 Signed-off-by: Conrad Kostecki --- eclass/aspell-dict-r1.eclass | 25 +