mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-30 18:12:08 +02:00
eclass/toolchain-autoconf: Sync with gentoo
It's from gentoo commit cccda081740a2039c4af52e11f1afbf9bc1ecf59.
This commit is contained in:
parent
c1d951b5b8
commit
931079cc72
@ -1,10 +1,10 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# @ECLASS: toolchain-autoconf.eclass
|
||||
# @MAINTAINER:
|
||||
# <base-system@gentoo.org>
|
||||
# @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}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user