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 03/22] cron.eclass: remove EAPI 6
Date: Tue, 14 Mar 2023 19:59:29
Message-Id: 20230314195826.35239-3-soap@gentoo.org
In Reply to: [gentoo-dev] [PATCH 01/22] apache-module.eclass: remove EAPI 5 by David Seifert
1 Signed-off-by: David Seifert <soap@g.o>
2 ---
3 eclass/cron.eclass | 4 ++--
4 1 file changed, 2 insertions(+), 2 deletions(-)
5
6 diff --git a/eclass/cron.eclass b/eclass/cron.eclass
7 index ebf8ea1e824a..c185c0eaa032 100644
8 --- a/eclass/cron.eclass
9 +++ b/eclass/cron.eclass
10 @@ -6,7 +6,7 @@
11 # maintainer-needed@g.o
12 # @AUTHOR:
13 # Original Author: Aaron Walker <ka0ttic@g.o>
14 -# @SUPPORTED_EAPIS: 6 7 8
15 +# @SUPPORTED_EAPIS: 7 8
16 # @BLURB: Some functions for cron
17 # @DESCRIPTION:
18 # Purpose: The main motivation for this eclass was to simplify
19 @@ -18,7 +18,7 @@
20 # chosen based on the most common setting among cron ebuilds.
21
22 case ${EAPI} in
23 - 6|7|8) ;;
24 + 7|8) ;;
25 *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
26 esac
27
28 --
29 2.40.0