[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gentoo-dev
Subject:    [gentoo-dev] [PATCH 1/2] eclass/aspell-dict-r1.eclass: add EAPI 8 support
From:       Conrad Kostecki <conikost () gentoo ! org>
Date:       2021-06-24 20:26:18
Message-ID: 20210624202619.20178-1-conikost () gentoo ! org
[Download RAW message or body]

This change adds EAPI 8 support.
No further changed required.

Signed-off-by: Conrad Kostecki <conikost@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 <seemant@gentoo.org> (original author)
 # David Seifert <soap@gentoo.org> (-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}"
-- 
2.31.1


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic