public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [PATCH] optfeature.eclass: EAPI 8 support
@ 2021-06-28 17:32 Matt Smith
  0 siblings, 0 replies; only message in thread
From: Matt Smith @ 2021-06-28 17:32 UTC (permalink / raw
  To: gentoo-dev; +Cc: base-system, Matt Smith

Signed-off-by: Matt Smith <matt@offtopica.uk>
---
Hi,

A very tiny patch, not sure if it warrants any discussion.  Can submit
as a GitHub pull request if required.

Thanks,
Matthew.

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

diff --git a/eclass/optfeature.eclass b/eclass/optfeature.eclass
index 8fc346c3ac6..b853f61be32 100644
--- a/eclass/optfeature.eclass
+++ b/eclass/optfeature.eclass
@@ -4,11 +4,11 @@
 # @ECLASS: optfeature.eclass
 # @MAINTAINER:
 # base-system@gentoo.org
-# @SUPPORTED_EAPIS: 0 1 2 3 4 5 6 7
+# @SUPPORTED_EAPIS: 0 1 2 3 4 5 6 7 8
 # @BLURB: Advertise optional functionality that might be useful to users
 
 case ${EAPI:-0} in
-	[0-7]) ;;
+	[0-8]) ;;
 	*)     die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}" ;;
 esac
 
-- 
2.32.0



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-28 17:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-28 17:32 [gentoo-dev] [PATCH] optfeature.eclass: EAPI 8 support Matt Smith

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox