diff options
author | David Seifert <soap@gentoo.org> | 2022-07-31 13:02:49 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-07-31 13:02:49 +0200 |
commit | 29652ac0094650353643b1cf468da345a67f99e3 (patch) | |
tree | 109c6434cd0db38eb599ecedc8e9180c277b1a88 /eclass | |
parent | app-dicts/stardict-xdict-zh-en-gb: update EAPI 6 -> 8 (diff) | |
download | gentoo-29652ac0094650353643b1cf468da345a67f99e3.tar.gz gentoo-29652ac0094650353643b1cf468da345a67f99e3.tar.bz2 gentoo-29652ac0094650353643b1cf468da345a67f99e3.zip |
stardict.eclass: remove EAPI 6 and 7
Closes: https://github.com/gentoo/gentoo/pull/26681
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/stardict.eclass | 4 |
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 |