diff options
author | Chema Alonso Josa <nimiux@gentoo.org> | 2018-05-31 18:10:32 +0200 |
---|---|---|
committer | Chema Alonso Josa <nimiux@gentoo.org> | 2018-05-31 18:10:32 +0200 |
commit | 5c8bcbf9519454d24aba5569cc6bb2dbe4d0d3eb (patch) | |
tree | b85a5034c8258733a38fb59025f6a15df6fadebf | |
parent | bash-completion-r1.eclass: Update from main repo (diff) | |
download | lisp-5c8bcbf9519454d24aba5569cc6bb2dbe4d0d3eb.tar.gz lisp-5c8bcbf9519454d24aba5569cc6bb2dbe4d0d3eb.tar.bz2 lisp-5c8bcbf9519454d24aba5569cc6bb2dbe4d0d3eb.zip |
elisp.eclass: Update from main repo
-rw-r--r-- | eclass/elisp.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/elisp.eclass b/eclass/elisp.eclass index 67459730..4447f125 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" ;; |