projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49f3011
)
toolchain-autoconf.eclass: Support EAPI-7
author
Lars Wendler
<polynomial-c@gentoo.org>
Thu, 28 Nov 2019 08:52:22 +0000
(09:52 +0100)
committer
Lars Wendler
<polynomial-c@gentoo.org>
Thu, 28 Nov 2019 09:09:30 +0000
(10:09 +0100)
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
eclass/toolchain-autoconf.eclass
patch
|
blob
|
history
diff --git
a/eclass/toolchain-autoconf.eclass
b/eclass/toolchain-autoconf.eclass
index cd991ec795ac164a41ef82ec9702e449c39cd107..bc22921c08d3bff1c8f128edccdbcf8f5cd55074 100644
(file)
--- a/
eclass/toolchain-autoconf.eclass
+++ b/
eclass/toolchain-autoconf.eclass
@@
-4,7
+4,7
@@
# @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}"