elisp.eclass: Support EAPI 7.
authorUlrich Müller <ulm@gentoo.org>
Thu, 3 May 2018 10:55:38 +0000 (12:55 +0200)
committerUlrich Müller <ulm@gentoo.org>
Thu, 3 May 2018 10:57:13 +0000 (12:57 +0200)
Trivial update, therefore not posted for review.

eclass/elisp.eclass

index 67459730aa6155e29b36f658ca2479193e2e4ec8..4447f12532c2b00a20ec413ee2b1285f30c45b66 100644 (file)
@@ -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" ;;