> 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)
>
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 +