summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-07-31 13:02:17 +0200
committerDavid Seifert <soap@gentoo.org>2022-07-31 13:02:17 +0200
commit035171e93cc0560abec2fe7a6d98151deb3df04e (patch)
tree9d75c47e3f4671c20e6c40a396673b0434ac7aed /eclass/stardict.eclass
parentapp-dicts/*: remove inactive maintainer (diff)
downloadgentoo-035171e93cc0560abec2fe7a6d98151deb3df04e.tar.gz
gentoo-035171e93cc0560abec2fe7a6d98151deb3df04e.tar.bz2
gentoo-035171e93cc0560abec2fe7a6d98151deb3df04e.zip
stardict.eclass: add EAPI 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'eclass/stardict.eclass')
-rw-r--r--eclass/stardict.eclass8
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/stardict.eclass b/eclass/stardict.eclass
index 74a93b3f7c56..e4900ba5519d 100644
--- a/eclass/stardict.eclass
+++ b/eclass/stardict.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: stardict.eclass
@@ -6,7 +6,7 @@
# No maintainer <maintainer-needed@gentoo.org>
# @AUTHOR:
# Alastair Tse <liquidx@gentoo.org>
-# @SUPPORTED_EAPIS: 6 7
+# @SUPPORTED_EAPIS: 6 7 8
# @BLURB: Convenience class to do stardict dictionary installations.
# @DESCRIPTION:
# Usage:
@@ -16,8 +16,8 @@
# * DICT_PREFIX - SRC_URI prefix, like "dictd_www.mova.org_"
# * DICT_SUFFIX - SRC_URI after the prefix.
-case ${EAPI:-0} in
- [67]) ;;
+case ${EAPI} in
+ 6|7|8) ;;
*) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
esac