commit: 9961f2fcb0d8065e06ba760c4dfdf75b21071c6e Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Sun Jul 4 15:40:10 2021 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Wed Jul 7 19:47:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9961f2fc
eclass/aspell-dict-r1.eclass: add EAPI 8 support This change adds EAPI 8 support. No further changes required. Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> eclass/aspell-dict-r1.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/aspell-dict-r1.eclass b/eclass/aspell-dict-r1.eclass index 24bc5ff2799..09f22dbf8c0 100644 --- a/eclass/aspell-dict-r1.eclass +++ b/eclass/aspell-dict-r1.eclass @@ -7,7 +7,7 @@ # @AUTHOR: # Seemant Kulleen <[email protected]> (original author) # David Seifert <[email protected]> (-r1 author) -# @SUPPORTED_EAPIS: 7 +# @SUPPORTED_EAPIS: 7 8 # @BLURB: An eclass to streamline the construction of ebuilds for new Aspell dictionaries. # @DESCRIPTION: # The aspell-dict-r1 eclass is designed to streamline the construction of ebuilds for @@ -40,7 +40,7 @@ case ${EAPI:-0} in [0-6]) die "${ECLASS} is banned in EAPI ${EAPI:-0}" ;; - 7) + [7-8]) ;; *) die "Unknown EAPI ${EAPI:-0}"
