Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/emacs:master commit in: eclass/
Date: Fri, 01 Jun 2018 18:07:42
Message-Id: 1527876410.5e996d0ccda6670266632a5af345607c2d6a6aae.ulm@gentoo
1 commit: 5e996d0ccda6670266632a5af345607c2d6a6aae
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 1 18:06:50 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 1 18:06:50 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=5e996d0c
7
8 elisp.eclass: Sync from gentoo repo.
9
10 eclass/elisp.eclass | 8 ++++----
11 1 file changed, 4 insertions(+), 4 deletions(-)
12
13 diff --git a/eclass/elisp.eclass b/eclass/elisp.eclass
14 index 6745973..9a66ec5 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" ;;
32 @@ -137,14 +137,14 @@ elisp_src_prepare() {
33 fi
34 case ${EAPI:-0} in
35 0|1|2|3|4|5) epatch "${file}" ;;
36 - 6) eapply "${file}" ;;
37 + *) eapply "${file}" ;;
38 esac
39 done
40
41 # apply any user patches
42 case ${EAPI:-0} in
43 0|1|2|3|4|5) epatch_user ;;
44 - 6) eapply_user ;;
45 + *) eapply_user ;;
46 esac
47
48 if [[ -n ${ELISP_REMOVE} ]]; then