* [gentoo-dev] [PATCH] eclass/mercurial.eclass: add EAPI 8
@ 2022-01-01 17:43 Cédric Krier
0 siblings, 0 replies; only message in thread
From: Cédric Krier @ 2022-01-01 17:43 UTC (permalink / raw
To: gentoo-dev; +Cc: junghans
Closes: https://bugs.gentoo.org/829131
---
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 <nelchael@gentoo.org>
# Original author: Aron Griffis <agriffis@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
--
2.34.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2022-01-01 17:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-01 17:43 [gentoo-dev] [PATCH] eclass/mercurial.eclass: add EAPI 8 Cédric Krier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox