commit:     9f24bebc8dd0d5dd6b8c683ea8bc1b39c64481d4
Author:     Cédric Krier <cedk <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  1 17:35:31 2022 +0000
Commit:     Cédric Krier <cedk <AT> gentoo <DOT> org>
CommitDate: Sat Jan  8 13:31:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f24bebc

eclass/mercurial.eclass: add EAPI 8

Closes: https://bugs.gentoo.org/829131
Signed-off-by: Cédric Krier <cedk <AT> gentoo.org>

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

diff --git a/eclass/mercurial.eclass b/eclass/mercurial.eclass
index e984da08e330..b79b754aa68a 100644
--- a/eclass/mercurial.eclass
+++ b/eclass/mercurial.eclass
@@ -7,7 +7,7 @@
 # @AUTHOR:
 # Next gen author: Krzysztof Pawlik <nelch...@gentoo.org>
 # Original author: Aron Griffis <agrif...@gentoo.org>
-# @SUPPORTED_EAPIS: 7
+# @SUPPORTED_EAPIS: 7 8
 # @BLURB: This eclass provides generic mercurial fetching functions
 # @DESCRIPTION:
 # This eclass provides generic mercurial fetching functions. To fetch sources
@@ -16,7 +16,7 @@
 # project name in all of them.
 
 case ${EAPI:-0} in
-       7) ;;
+       [78]) ;;
        *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
 esac
 

Reply via email to