Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: eclass/
Date: Thu, 31 May 2018 16:10:40
Message-Id: 1527783032.5c8bcbf9519454d24aba5569cc6bb2dbe4d0d3eb.nimiux@gentoo
1 commit: 5c8bcbf9519454d24aba5569cc6bb2dbe4d0d3eb
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 31 16:10:32 2018 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Thu May 31 16:10:32 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=5c8bcbf9
7
8 elisp.eclass: Update from main repo
9
10 eclass/elisp.eclass | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/eclass/elisp.eclass b/eclass/elisp.eclass
14 index 67459730..4447f125 100644
15 --- a/eclass/elisp.eclass
16 +++ b/eclass/elisp.eclass
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2017 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 # @ECLASS: elisp.eclass
23 @@ -75,7 +75,7 @@ case ${EAPI:-0} in
24 inherit epatch
25 EXPORT_FUNCTIONS src_{unpack,prepare,configure,compile,install} \
26 pkg_{setup,postinst,postrm} ;;
27 - 6)
28 + 6|7)
29 EXPORT_FUNCTIONS src_{unpack,prepare,configure,compile,install} \
30 pkg_{setup,postinst,postrm} ;;
31 *) die "${ECLASS}: EAPI ${EAPI} not supported" ;;