commit: ea17a8e1dd2ed93e8b106e449603b3fe524942ab Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Thu Nov 28 08:52:22 2019 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Thu Nov 28 09:09:30 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea17a8e1
toolchain-autoconf.eclass: Support EAPI-7 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org> eclass/toolchain-autoconf.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/toolchain-autoconf.eclass b/eclass/toolchain-autoconf.eclass index cd991ec795a..bc22921c08d 100644 --- a/eclass/toolchain-autoconf.eclass +++ b/eclass/toolchain-autoconf.eclass @@ -4,7 +4,7 @@ # @ECLASS: toolchain-autoconf.eclass # @MAINTAINER: # <[email protected]> -# @SUPPORTED_EAPIS: 6 +# @SUPPORTED_EAPIS: 6 7 # @BLURB: Common code for sys-devel/autoconf ebuilds # @DESCRIPTION: # This eclass contains the common phase functions migrated from @@ -14,7 +14,7 @@ case ${EAPI:-0} in [0-5]) die "${ECLASS} is banned in EAPI ${EAPI:-0}" ;; - 6) + [6-7]) ;; *) die "Unknown EAPI ${EAPI:-0}"
