Gentoo Archives: gentoo-dev

From: David Seifert <soap@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] [PATCH 2/2] perl-functions.eclass: remove EAPI 6
Date: Thu, 14 Jul 2022 22:20:42
Message-Id: 20220714222011.7155-2-soap@gentoo.org
In Reply to: [gentoo-dev] [PATCH 1/2] perl-module.eclass: remove EAPI 6 by David Seifert
1 Signed-off-by: David Seifert <soap@g.o>
2 ---
3 eclass/perl-functions.eclass | 4 ++--
4 1 file changed, 2 insertions(+), 2 deletions(-)
5
6 diff --git a/eclass/perl-functions.eclass b/eclass/perl-functions.eclass
7 index 106394afa15..a2fca403d96 100644
8 --- a/eclass/perl-functions.eclass
9 +++ b/eclass/perl-functions.eclass
10 @@ -8,7 +8,7 @@
11 # Seemant Kulleen <seemant@g.o>
12 # Andreas K. Huettel <dilfridge@g.o>
13 # Kent Fredric <kentnl@g.o>
14 -# @SUPPORTED_EAPIS: 6 7 8
15 +# @SUPPORTED_EAPIS: 7 8
16 # @BLURB: helper functions eclass for perl modules
17 # @DESCRIPTION:
18 # The perl-functions eclass is designed to allow easier installation of perl
19 @@ -17,7 +17,7 @@
20 # global scope.
21
22 case ${EAPI} in
23 - 6|7|8)
24 + 7|8)
25 ;;
26 *)
27 die "${ECLASS}: EAPI ${EAPI:-0} not supported"
28 --
29 2.35.1