Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/emacs/
Date: Sat, 25 Feb 2017 11:38:57
Message-Id: 1488022723.97f9cedc0194e284588bea21a5bb0297f3e233e1.ulm@gentoo
1 commit: 97f9cedc0194e284588bea21a5bb0297f3e233e1
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 25 11:37:14 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 25 11:38:43 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97f9cedc
7
8 app-editors/emacs: Prevent make from running autoheader again.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 app-editors/emacs/emacs-23.4-r15.ebuild | 1 +
13 app-editors/emacs/emacs-24.5-r3.ebuild | 1 +
14 app-editors/emacs/emacs-25.1.ebuild | 1 +
15 app-editors/emacs/emacs-25.2_rc1.ebuild | 1 +
16 4 files changed, 4 insertions(+)
17
18 diff --git a/app-editors/emacs/emacs-23.4-r15.ebuild b/app-editors/emacs/emacs-23.4-r15.ebuild
19 index 2d8ee80b90..25d5c97dac 100644
20 --- a/app-editors/emacs/emacs-23.4-r15.ebuild
21 +++ b/app-editors/emacs/emacs-23.4-r15.ebuild
22 @@ -98,6 +98,7 @@ src_prepare() {
23
24 mv configure.in configure.ac || die
25 eautoreconf
26 + touch src/stamp-h.in || die
27 }
28
29 src_configure() {
30
31 diff --git a/app-editors/emacs/emacs-24.5-r3.ebuild b/app-editors/emacs/emacs-24.5-r3.ebuild
32 index db894a2a87..636ce94a6c 100644
33 --- a/app-editors/emacs/emacs-24.5-r3.ebuild
34 +++ b/app-editors/emacs/emacs-24.5-r3.ebuild
35 @@ -92,6 +92,7 @@ src_prepare() {
36 || die "unable to sed ctags.1"
37
38 AT_M4DIR=m4 eautoreconf
39 + touch src/stamp-h.in || die
40 }
41
42 src_configure() {
43
44 diff --git a/app-editors/emacs/emacs-25.1.ebuild b/app-editors/emacs/emacs-25.1.ebuild
45 index 3a29bac19f..8d52784f5f 100644
46 --- a/app-editors/emacs/emacs-25.1.ebuild
47 +++ b/app-editors/emacs/emacs-25.1.ebuild
48 @@ -97,6 +97,7 @@ src_prepare() {
49 || die "unable to sed ctags.1"
50
51 #AT_M4DIR=m4 eautoreconf
52 + #touch src/stamp-h.in || die
53 }
54
55 src_configure() {
56
57 diff --git a/app-editors/emacs/emacs-25.2_rc1.ebuild b/app-editors/emacs/emacs-25.2_rc1.ebuild
58 index 28f2ae8172..3a31eaaa10 100644
59 --- a/app-editors/emacs/emacs-25.2_rc1.ebuild
60 +++ b/app-editors/emacs/emacs-25.2_rc1.ebuild
61 @@ -97,6 +97,7 @@ src_prepare() {
62 || die "unable to sed ctags.1"
63
64 #AT_M4DIR=m4 eautoreconf
65 + #touch src/stamp-h.in || die
66 }
67
68 src_configure() {