Skip to content

Commit

Permalink
toolchain-autoconf.eclass: Support EAPI-7
Browse files Browse the repository at this point in the history
Signed-off-by: Lars Wendler <[email protected]>
  • Loading branch information
Lars Wendler committed Nov 28, 2019
1 parent 49f3011 commit ea17a8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eclass/toolchain-autoconf.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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}"
Expand Down

0 comments on commit ea17a8e

Please sign in to comment.