Gentoo Archives: gentoo-dev

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] [PATCH v2 2/5] check-reqs.eclass: Drop EAPI-4 and EAPI-5 support
Date: Fri, 23 Jul 2021 06:57:00
Message-Id: 5285163.rdbgypaU67@tuxbook
In Reply to: [gentoo-dev] [PATCH v2 1/5] check-reqs.eclass: Support EAPI-8 by Andreas Sturmlechner
1 Signed-off-by: Andreas Sturmlechner <asturm@g.o>
2 ---
3 eclass/check-reqs.eclass | 4 ++--
4 1 file changed, 2 insertions(+), 2 deletions(-)
5
6 diff --git a/eclass/check-reqs.eclass b/eclass/check-reqs.eclass
7 index 27ab1513aab..c95ee0192c5 100644
8 --- a/eclass/check-reqs.eclass
9 +++ b/eclass/check-reqs.eclass
10 @@ -7,7 +7,7 @@
11 # @AUTHOR:
12 # Bo Ørsted Andresen <zlin@g.o>
13 # Original Author: Ciaran McCreesh <ciaranm@g.o>
14 -# @SUPPORTED_EAPIS: 4 5 6 7 8
15 +# @SUPPORTED_EAPIS: 6 7 8
16 # @BLURB: Provides a uniform way of handling ebuilds with very high build
17 requirements
18 # @DESCRIPTION:
19 # This eclass provides a uniform way of handling ebuilds which have very high
20 @@ -39,7 +39,7 @@
21 # probably degrade gracefully if they don't. Probably.
22
23 case ${EAPI} in
24 - 4|5|6|7|8) ;;
25 + 6|7|8) ;;
26 *) die "${ECLASS}: EAPI=${EAPI:-0} is not supported" ;;
27 esac
28
29 --
30 2.32.0

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies