projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b61da2
)
app-editors/emacs-vcs: Run autogen.sh from upstream.
author
Ulrich Müller
<ulm@gentoo.org>
Sun, 29 Jan 2017 10:04:09 +0000
(11:04 +0100)
committer
Ulrich Müller
<ulm@gentoo.org>
Sun, 29 Jan 2017 10:17:48 +0000
(11:17 +0100)
Bug 605400.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild
patch
|
blob
|
history
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 020dc23423cb04c5999071858c71b6fe23858146..cc111aa172c71ae99c139e71f3c23a5746b6980b 100644
(file)
--- 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-201
6
Gentoo Foundation
+# Copyright 1999-201
7
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