commit: 166a08ba89d488bc24f0098d58233a78cf42fce7
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 10:04:09 2017 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 10:17:48 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=166a08ba
app-editors/emacs-vcs: Run autogen.sh from upstream.
Bug 605400.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild
b/app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild
index 020dc23..cc111aa 100644
--- a/app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild
+++ b/app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -115,6 +115,8 @@ src_prepare() {
einfo "Emacs version number: ${FULL_VERSION}"
[[ ${FULL_VERSION} =~ ^${PV%.*}(\..*)?$ ]] \
|| die "Upstream version number changed to
${FULL_VERSION}"
+
+ ( autoreconf() { :; }; . autogen.sh --no-check ) || die #605400
fi
eapply_user