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 A188B139695 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 BCCF4E0C4F; 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 959E0E0C4F for ; Sat, 25 Feb 2017 11:38:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 8629D3414C1 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 C9707540C 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.97f9cedc0194e284588bea21a5bb0297f3e233e1.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/emacs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/emacs/emacs-23.4-r15.ebuild app-editors/emacs/emacs-24.5-r3.ebuild app-editors/emacs/emacs-25.1.ebuild app-editors/emacs/emacs-25.2_rc1.ebuild X-VCS-Directories: app-editors/emacs/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 97f9cedc0194e284588bea21a5bb0297f3e233e1 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: bd8c7e53-f748-44dd-b79f-595f6ac44443 X-Archives-Hash: 44490ab120205918d89c0b1f16fd3ecb commit: 97f9cedc0194e284588bea21a5bb0297f3e233e1 Author: Ulrich Müller gentoo org> AuthorDate: Sat Feb 25 11:37:14 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=97f9cedc app-editors/emacs: Prevent make from running autoheader again. Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-editors/emacs/emacs-23.4-r15.ebuild | 1 + app-editors/emacs/emacs-24.5-r3.ebuild | 1 + app-editors/emacs/emacs-25.1.ebuild | 1 + app-editors/emacs/emacs-25.2_rc1.ebuild | 1 + 4 files changed, 4 insertions(+) diff --git a/app-editors/emacs/emacs-23.4-r15.ebuild b/app-editors/emacs/emacs-23.4-r15.ebuild index 2d8ee80b90..25d5c97dac 100644 --- a/app-editors/emacs/emacs-23.4-r15.ebuild +++ b/app-editors/emacs/emacs-23.4-r15.ebuild @@ -98,6 +98,7 @@ src_prepare() { mv configure.in configure.ac || die eautoreconf + touch src/stamp-h.in || die } src_configure() { diff --git a/app-editors/emacs/emacs-24.5-r3.ebuild b/app-editors/emacs/emacs-24.5-r3.ebuild index db894a2a87..636ce94a6c 100644 --- a/app-editors/emacs/emacs-24.5-r3.ebuild +++ b/app-editors/emacs/emacs-24.5-r3.ebuild @@ -92,6 +92,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/emacs-25.1.ebuild b/app-editors/emacs/emacs-25.1.ebuild index 3a29bac19f..8d52784f5f 100644 --- a/app-editors/emacs/emacs-25.1.ebuild +++ b/app-editors/emacs/emacs-25.1.ebuild @@ -97,6 +97,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/emacs-25.2_rc1.ebuild b/app-editors/emacs/emacs-25.2_rc1.ebuild index 28f2ae8172..3a31eaaa10 100644 --- a/app-editors/emacs/emacs-25.2_rc1.ebuild +++ b/app-editors/emacs/emacs-25.2_rc1.ebuild @@ -97,6 +97,7 @@ src_prepare() { || die "unable to sed ctags.1" #AT_M4DIR=m4 eautoreconf + #touch src/stamp-h.in || die } src_configure() {