Gentoo Archives: gentoo-dev

From: Matt Smith <matt@×××××××××.uk>
To: gentoo-dev@l.g.o
Cc: base-system@g.o, Matt Smith <matt@×××××××××.uk>
Subject: [gentoo-dev] [PATCH] optfeature.eclass: EAPI 8 support
Date: Mon, 28 Jun 2021 17:33:26
Message-Id: 20210628173258.4567-1-matt@offtopica.uk
1 Signed-off-by: Matt Smith <matt@×××××××××.uk>
2 ---
3 Hi,
4
5 A very tiny patch, not sure if it warrants any discussion. Can submit
6 as a GitHub pull request if required.
7
8 Thanks,
9 Matthew.
10
11 eclass/optfeature.eclass | 4 ++--
12 1 file changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/eclass/optfeature.eclass b/eclass/optfeature.eclass
15 index 8fc346c3ac6..b853f61be32 100644
16 --- a/eclass/optfeature.eclass
17 +++ b/eclass/optfeature.eclass
18 @@ -4,11 +4,11 @@
19 # @ECLASS: optfeature.eclass
20 # @MAINTAINER:
21 # base-system@g.o
22 -# @SUPPORTED_EAPIS: 0 1 2 3 4 5 6 7
23 +# @SUPPORTED_EAPIS: 0 1 2 3 4 5 6 7 8
24 # @BLURB: Advertise optional functionality that might be useful to users
25
26 case ${EAPI:-0} in
27 - [0-7]) ;;
28 + [0-8]) ;;
29 *) die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}" ;;
30 esac
31
32 --
33 2.32.0