From 814f4cf860e299a046b649eaee5463427984c09c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 8 Jul 2021 15:03:58 +0100 Subject: gentoo resync : 08.07.2021 --- eclass/myspell-r2.eclass | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'eclass/myspell-r2.eclass') diff --git a/eclass/myspell-r2.eclass b/eclass/myspell-r2.eclass index e4d9ae69af3a..7ffdd3631eae 100644 --- a/eclass/myspell-r2.eclass +++ b/eclass/myspell-r2.eclass @@ -6,7 +6,7 @@ # Conrad Kostecki # @AUTHOR: # Tomáš Chvátal -# @SUPPORTED_EAPIS: 5 6 7 +# @SUPPORTED_EAPIS: 5 6 7 8 # @BLURB: An eclass to streamline the construction of ebuilds for new Myspell dictionaries. # @DESCRIPTION: # The myspell-r2 eclass is designed to streamline the construction of ebuilds for @@ -31,13 +31,10 @@ # MYSPELL_THES=( "file.dat" "dir/file2.idx" ) case ${EAPI:-0} in - [0-4]) - die "${ECLASS} is banned in EAPI ${EAPI:-0}" - ;; - [5-7]) + [5-8]) ;; *) - die "Unknown EAPI ${EAPI:-0}" + die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;; esac @@ -46,7 +43,7 @@ EXPORT_FUNCTIONS src_unpack src_install # Basically no extra deps needed. # Unzip is required for .oxt libreoffice extensions # which are just fancy zip files. -if [[ ${EAPI:-0} == 7 ]]; then +if [[ ${EAPI:-0} != [56] ]]; then BDEPEND="app-arch/unzip" else DEPEND="app-arch/unzip" -- cgit v1.2.3