commit: a2e1d30c6484a85b4c347c7593e45f43dd9c2d35
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 12 22:08:14 2017 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 12 22:08:14 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2e1d30c
app-editors/emacs-vcs: Set proper invocation name for autogen.sh.
Package-Manager: Portage-2.3.4, Repoman-2.3.2
app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild | 3 ++-
1 file changed, 2 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 c1638efab01..90701682981 100644
--- a/app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild
+++ b/app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild
@@ -113,7 +113,8 @@ src_prepare() {
[[ ${FULL_VERSION} =~ ^${PV%.*}(\..*)?$ ]] \
|| die "Upstream version number changed to
${FULL_VERSION}"
- bash -c "autoreconf() { :; }; . autogen.sh --no-check" || die
#605400
+ #605400
+ bash -c 'autoreconf() { :; }; . $0 "$@"' autogen.sh --no-check
|| die
fi
eapply_user