From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6F41F139694 for ; Sun, 12 Mar 2017 22:17:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6181421C07D; Sun, 12 Mar 2017 22:17:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 38B8E21C07D for ; Sun, 12 Mar 2017 22:17:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2F758340AD2 for ; Sun, 12 Mar 2017 22:17:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC6616612 for ; Sun, 12 Mar 2017 22:17:27 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1489356494.a2e1d30c6484a85b4c347c7593e45f43dd9c2d35.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/emacs-vcs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild X-VCS-Directories: app-editors/emacs-vcs/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: a2e1d30c6484a85b4c347c7593e45f43dd9c2d35 X-VCS-Branch: master Date: Sun, 12 Mar 2017 22:17:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0c635899-ab3d-453e-88b3-3413abc7e912 X-Archives-Hash: c16e5707527bf2c7093fb40728a57dfd commit: a2e1d30c6484a85b4c347c7593e45f43dd9c2d35 Author: Ulrich Müller gentoo org> AuthorDate: Sun Mar 12 22:08:14 2017 +0000 Commit: Ulrich Müller gentoo 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