commit: c0df230e66dfae14963e1cc44987cd766b64d97c
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 4 15:48:05 2021 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed Jul 7 19:47:26 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0df230e
eclass/myspell-r2.eclass: standardise error message
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
eclass/myspell-r2.eclass | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/eclass/myspell-r2.eclass b/eclass/myspell-r2.eclass
index c163e467799..7ffdd3631ea 100644
--- a/eclass/myspell-r2.eclass
+++ b/eclass/myspell-r2.eclass
@@ -31,13 +31,10 @@
# MYSPELL_THES=( "file.dat" "dir/file2.idx" )
case ${EAPI:-0} in
- [0-4])
- die "${ECLASS} is banned in EAPI ${EAPI:-0}"
- ;;
[5-8])
;;
*)
- die "Unknown EAPI ${EAPI:-0}"
+ die "${ECLASS}: EAPI ${EAPI:-0} not supported"
;;
esac