summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2017-01-29 11:04:09 +0100
committerUlrich Müller <ulm@gentoo.org>2017-01-29 11:17:48 +0100
commit166a08ba89d488bc24f0098d58233a78cf42fce7 (patch)
treed8be31a5a51ff2a791af611f970406fa7156c588
parentmedia-sound/fluidsynth: Shorten description (diff)
downloadgentoo-166a08ba89d488bc24f0098d58233a78cf42fce7.tar.gz
gentoo-166a08ba89d488bc24f0098d58233a78cf42fce7.tar.bz2
gentoo-166a08ba89d488bc24f0098d58233a78cf42fce7.zip
app-editors/emacs-vcs: Run autogen.sh from upstream.
Bug 605400. Package-Manager: Portage-2.3.3, Repoman-2.3.1
-rw-r--r--app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild4
1 files changed, 3 insertions, 1 deletions
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 020dc23423cb..cc111aa172c7 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