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 06/12] usr-ldscript.eclass: remove EAPI 5
Date: Sat, 29 Jan 2022 17:33:43
Message-Id: 20220129173130.2533280-6-soap@gentoo.org
In Reply to: [gentoo-dev] [PATCH 01/12] toolchain.eclass: remove EAPI 5 and 6 by David Seifert
1 Signed-off-by: David Seifert <soap@g.o>
2 ---
3 eclass/usr-ldscript.eclass | 6 +++---
4 1 file changed, 3 insertions(+), 3 deletions(-)
5
6 diff --git a/eclass/usr-ldscript.eclass b/eclass/usr-ldscript.eclass
7 index 2bf725abdd0..7842dfc643d 100644
8 --- a/eclass/usr-ldscript.eclass
9 +++ b/eclass/usr-ldscript.eclass
10 @@ -1,17 +1,17 @@
11 -# Copyright 2019-2021 Gentoo Authors
12 +# Copyright 2019-2022 Gentoo Authors
13 # Distributed under the terms of the GNU General Public License v2
14
15 # @ECLASS: usr-ldscript.eclass
16 # @MAINTAINER:
17 # Toolchain Ninjas <toolchain@g.o>
18 -# @SUPPORTED_EAPIS: 5 6 7 8
19 +# @SUPPORTED_EAPIS: 6 7 8
20 # @BLURB: Defines the gen_usr_ldscript function.
21
22 if [[ -z ${_USR_LDSCRIPT_ECLASS} ]]; then
23 _USR_LDSCRIPT_ECLASS=1
24
25 case ${EAPI} in
26 - 5|6|7|8) ;;
27 + 6|7|8) ;;
28 *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
29 esac
30
31 --
32 2.35.0