summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-07-31 13:02:49 +0200
committerDavid Seifert <soap@gentoo.org>2022-07-31 13:02:49 +0200
commit29652ac0094650353643b1cf468da345a67f99e3 (patch)
tree109c6434cd0db38eb599ecedc8e9180c277b1a88
parentapp-dicts/stardict-xdict-zh-en-gb: update EAPI 6 -> 8 (diff)
downloadgentoo-29652ac0.tar.gz
gentoo-29652ac0.tar.bz2
gentoo-29652ac0.zip
stardict.eclass: remove EAPI 6 and 7
Closes: https://github.com/gentoo/gentoo/pull/26681 Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r--eclass/stardict.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/stardict.eclass b/eclass/stardict.eclass
index b7cffde544eb..1ca6d10d6d78 100644
--- a/eclass/stardict.eclass
+++ b/eclass/stardict.eclass
@@ -6,7 +6,7 @@
# No maintainer <maintainer-needed@gentoo.org>
# @AUTHOR:
# Alastair Tse <liquidx@gentoo.org>
-# @SUPPORTED_EAPIS: 6 7 8
+# @SUPPORTED_EAPIS: 8
# @BLURB: Convenience class to do stardict dictionary installations.
# @DESCRIPTION:
# Usage:
@@ -17,7 +17,7 @@
# * DICT_SUFFIX - SRC_URI after the prefix.
case ${EAPI} in
- 6|7|8) ;;
+ 8) ;;
*) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
esac