Skip to content

Commit

Permalink
elisp.eclass: Support EAPI 7.
Browse files Browse the repository at this point in the history
Trivial update, therefore not posted for review.
  • Loading branch information
ulm committed May 3, 2018
1 parent 78b266c commit 55f6bd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eclass/elisp.eclass
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

# @ECLASS: elisp.eclass
Expand Down Expand Up @@ -75,7 +75,7 @@ case ${EAPI:-0} in
inherit epatch
EXPORT_FUNCTIONS src_{unpack,prepare,configure,compile,install} \
pkg_{setup,postinst,postrm} ;;
6)
6|7)
EXPORT_FUNCTIONS src_{unpack,prepare,configure,compile,install} \
pkg_{setup,postinst,postrm} ;;
*) die "${ECLASS}: EAPI ${EAPI} not supported" ;;
Expand Down

0 comments on commit 55f6bd0

Please sign in to comment.