commit:     f24ec7804324bc0db6b3f15ba62d6680caf2b1df
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 28 07:33:40 2021 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Sep 28 08:45:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f24ec780

mozlinguas-v2.eclass: Support EAPI-8

Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 eclass/mozlinguas-v2.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/mozlinguas-v2.eclass b/eclass/mozlinguas-v2.eclass
index f8e3c95d882..5063445ae93 100644
--- a/eclass/mozlinguas-v2.eclass
+++ b/eclass/mozlinguas-v2.eclass
@@ -7,7 +7,7 @@
 # @AUTHOR:
 # Nirbheek Chauhan <nirbh...@gentoo.org>
 # Ian Stakenvicius <a...@gentoo.org>
-# @SUPPORTED_EAPIS: 6 7
+# @SUPPORTED_EAPIS: 6 7 8
 # @BLURB: Handle language packs for mozilla products
 # @DESCRIPTION:
 # Sets IUSE according to MOZ_LANGS (language packs available). Also exports
@@ -19,7 +19,7 @@ inherit mozextension
 case "${EAPI:-0}" in
        6)
                inherit eapi7-ver ;;
-       7)
+       7|8)
                ;;
        *)
                die "EAPI ${EAPI} is not supported, contact eclass maintainers" 
;;

Reply via email to