From: Ulrich Müller Date: Thu, 3 May 2018 10:55:38 +0000 (+0200) Subject: elisp.eclass: Support EAPI 7. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=55f6bd03470f4bb068ee0ed7f835b055c3cce218;p=gentoo.git elisp.eclass: Support EAPI 7. Trivial update, therefore not posted for review. --- diff --git a/eclass/elisp.eclass b/eclass/elisp.eclass index 67459730aa61..4447f12532c2 100644 --- a/eclass/elisp.eclass +++ b/eclass/elisp.eclass @@ -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 @@ -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" ;;