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-vcs/
Date: Sun, 29 Jan 2017 10:20:19
Message-Id: 1485685068.166a08ba89d488bc24f0098d58233a78cf42fce7.ulm@gentoo
1 commit: 166a08ba89d488bc24f0098d58233a78cf42fce7
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 29 10:04:09 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 29 10:17:48 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=166a08ba
7
8 app-editors/emacs-vcs: Run autogen.sh from upstream.
9
10 Bug 605400.
11
12 Package-Manager: Portage-2.3.3, Repoman-2.3.1
13
14 app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild | 4 +++-
15 1 file changed, 3 insertions(+), 1 deletion(-)
16
17 diff --git a/app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild b/app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild
18 index 020dc23..cc111aa 100644
19 --- a/app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild
20 +++ b/app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 @@ -115,6 +115,8 @@ src_prepare() {
28 einfo "Emacs version number: ${FULL_VERSION}"
29 [[ ${FULL_VERSION} =~ ^${PV%.*}(\..*)?$ ]] \
30 || die "Upstream version number changed to ${FULL_VERSION}"
31 +
32 + ( autoreconf() { :; }; . autogen.sh --no-check ) || die #605400
33 fi
34
35 eapply_user