commit: 29652ac0094650353643b1cf468da345a67f99e3 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Sun Jul 31 11:02:49 2022 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sun Jul 31 11:02:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29652ac0
stardict.eclass: remove EAPI 6 and 7 Closes: https://github.com/gentoo/gentoo/pull/26681 Signed-off-by: David Seifert <soap <AT> gentoo.org> eclass/stardict.eclass | 4 ++-- 1 file 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 <[email protected]> # @AUTHOR: # Alastair Tse <[email protected]> -# @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
