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 75EC8139694 for ; Sat, 25 Feb 2017 11:38:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FE54E0C4C; Sat, 25 Feb 2017 11:38:55 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6001CE0C4C for ; Sat, 25 Feb 2017 11:38:55 +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 24768340FDA for ; Sat, 25 Feb 2017 11:38:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3609540B for ; Sat, 25 Feb 2017 11:38:51 +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: <1488022723.5f21598595dc84e11ca8c9609462e23bf26c3654.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-25.1.91.ebuild app-editors/emacs-vcs/emacs-vcs-25.2.9999.ebuild 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: 5f21598595dc84e11ca8c9609462e23bf26c3654 X-VCS-Branch: master Date: Sat, 25 Feb 2017 11:38:51 +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: 80477b6f-e3a3-4961-8e11-9b6b4989ad49 X-Archives-Hash: 28edc5e9019f356fcf649fe08f22398f commit: 5f21598595dc84e11ca8c9609462e23bf26c3654 Author: Ulrich Müller gentoo org> AuthorDate: Sat Feb 25 11:35:42 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Feb 25 11:38:43 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f215985 app-editors/emacs-vcs: Prevent make from running autoheader again. Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-editors/emacs-vcs/emacs-vcs-25.1.91.ebuild | 4 ++-- app-editors/emacs-vcs/emacs-vcs-25.2.9999.ebuild | 1 + app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app-editors/emacs-vcs/emacs-vcs-25.1.91.ebuild b/app-editors/emacs-vcs/emacs-vcs-25.1.91.ebuild index 1ab314862b..31090bbb68 100644 --- a/app-editors/emacs-vcs/emacs-vcs-25.1.91.ebuild +++ b/app-editors/emacs-vcs/emacs-vcs-25.1.91.ebuild @@ -4,7 +4,7 @@ EAPI=6 -inherit autotools elisp-common flag-o-matic multilib readme.gentoo-r1 +inherit elisp-common flag-o-matic multilib readme.gentoo-r1 if [[ ${PV##*.} = 9999 ]]; then inherit git-r3 @@ -120,7 +120,7 @@ src_prepare() { sed -i -e "/^\\.so/s/etags/&-${EMACS_SUFFIX}/" doc/man/ctags.1 \ || die "unable to sed ctags.1" - AT_M4DIR=m4 eautoreconf + #AT_M4DIR=m4 eautoreconf } src_configure() { diff --git a/app-editors/emacs-vcs/emacs-vcs-25.2.9999.ebuild b/app-editors/emacs-vcs/emacs-vcs-25.2.9999.ebuild index 47703cee12..5bf04236ce 100644 --- a/app-editors/emacs-vcs/emacs-vcs-25.2.9999.ebuild +++ b/app-editors/emacs-vcs/emacs-vcs-25.2.9999.ebuild @@ -124,6 +124,7 @@ src_prepare() { || die "unable to sed ctags.1" AT_M4DIR=m4 eautoreconf + touch src/stamp-h.in || die } src_configure() { 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 25e8de312c..7449b8182d 100644 --- a/app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild +++ b/app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild @@ -124,6 +124,7 @@ src_prepare() { || die "unable to sed ctags.1" AT_M4DIR=m4 eautoreconf + touch src/stamp-h.in || die } src_configure() {