Mailing List Archive

[PATCH 1/2] eclass/aspell-dict-r1.eclass: add EAPI 8 support
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