Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Thu, 28 Nov 2019 09:09:41
Message-Id: 1574932170.ea17a8e1dd2ed93e8b106e449603b3fe524942ab.polynomial-c@gentoo
1 commit: ea17a8e1dd2ed93e8b106e449603b3fe524942ab
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 28 08:52:22 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 28 09:09:30 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea17a8e1
7
8 toolchain-autoconf.eclass: Support EAPI-7
9
10 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
11
12 eclass/toolchain-autoconf.eclass | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/eclass/toolchain-autoconf.eclass b/eclass/toolchain-autoconf.eclass
16 index cd991ec795a..bc22921c08d 100644
17 --- a/eclass/toolchain-autoconf.eclass
18 +++ b/eclass/toolchain-autoconf.eclass
19 @@ -4,7 +4,7 @@
20 # @ECLASS: toolchain-autoconf.eclass
21 # @MAINTAINER:
22 # <base-system@g.o>
23 -# @SUPPORTED_EAPIS: 6
24 +# @SUPPORTED_EAPIS: 6 7
25 # @BLURB: Common code for sys-devel/autoconf ebuilds
26 # @DESCRIPTION:
27 # This eclass contains the common phase functions migrated from
28 @@ -14,7 +14,7 @@ case ${EAPI:-0} in
29 [0-5])
30 die "${ECLASS} is banned in EAPI ${EAPI:-0}"
31 ;;
32 - 6)
33 + [6-7])
34 ;;
35 *)
36 die "Unknown EAPI ${EAPI:-0}"