Gentoo Archives: gentoo-dev

From: David Seifert <soap@g.o>
To: gentoo-dev@l.g.o
Cc: David Seifert <soap@g.o>
Subject: [gentoo-dev] [PATCH] optfeature.eclass: remove EAPI 6
Date: Sun, 03 Jul 2022 22:12:52
Message-Id: 20220703221227.3380631-1-soap@gentoo.org
1 Signed-off-by: David Seifert <soap@g.o>
2 ---
3 eclass/optfeature.eclass | 6 +++---
4 1 file changed, 3 insertions(+), 3 deletions(-)
5
6 diff --git a/eclass/optfeature.eclass b/eclass/optfeature.eclass
7 index acf8584e6db..b44fc1b8525 100644
8 --- a/eclass/optfeature.eclass
9 +++ b/eclass/optfeature.eclass
10 @@ -1,14 +1,14 @@
11 -# Copyright 1999-2021 Gentoo Authors
12 +# Copyright 1999-2022 Gentoo Authors
13 # Distributed under the terms of the GNU General Public License v2
14
15 # @ECLASS: optfeature.eclass
16 # @MAINTAINER:
17 # base-system@g.o
18 -# @SUPPORTED_EAPIS: 6 7 8
19 +# @SUPPORTED_EAPIS: 7 8
20 # @BLURB: Advertise optional functionality that might be useful to users
21
22 case ${EAPI} in
23 - 6|7|8) ;;
24 + 7|8) ;;
25 *) die "${ECLASS}: EAPI=${EAPI:-0} is not supported" ;;
26 esac
27
28 --
29 2.35.1