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 AE778139083 for ; Sun, 26 Mar 2017 12:59:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C815921C038; Sun, 26 Mar 2017 12:59:31 +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 8CCD821C038 for ; Sun, 26 Mar 2017 12:59:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8E46934162B for ; Sun, 26 Mar 2017 12:59:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 027EB6F93 for ; Sun, 26 Mar 2017 12:59:29 +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: <1490533087.812933410f9ec62bb39e74b04cf14daec579e431.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-24.5-r3.ebuild app-editors/emacs/emacs-25.1.ebuild app-editors/emacs/emacs-25.2_rc1.ebuild app-editors/emacs/emacs-25.2_rc2.ebuild X-VCS-Directories: app-editors/emacs/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 812933410f9ec62bb39e74b04cf14daec579e431 X-VCS-Branch: master Date: Sun, 26 Mar 2017 12:59:29 +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: 7acdfa11-d4d1-4c3f-b592-a5f70e7a8633 X-Archives-Hash: 55df92a586dbc153c5f4933dea6e3f1e commit: 812933410f9ec62bb39e74b04cf14daec579e431 Author: Ulrich Müller gentoo org> AuthorDate: Sun Mar 26 12:58:07 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Mar 26 12:58:07 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81293341 app-editors/emacs: Add missing local variable declaration. Package-Manager: Portage-2.3.5, Repoman-2.3.2 app-editors/emacs/emacs-24.5-r3.ebuild | 2 +- app-editors/emacs/emacs-25.1.ebuild | 2 +- app-editors/emacs/emacs-25.2_rc1.ebuild | 2 +- app-editors/emacs/emacs-25.2_rc2.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-editors/emacs/emacs-24.5-r3.ebuild b/app-editors/emacs/emacs-24.5-r3.ebuild index ca19f37b0c3..a4b73ce0f58 100644 --- a/app-editors/emacs/emacs-24.5-r3.ebuild +++ b/app-editors/emacs/emacs-24.5-r3.ebuild @@ -140,7 +140,7 @@ src_configure() { "USE flag \"m17n-lib\" has no effect if \"xft\" is not set." fi - local f + local f line if use gtk; then einfo "Configuring to build with GIMP Toolkit (GTK+)" while read line; do ewarn "${line}"; done <<-EOF diff --git a/app-editors/emacs/emacs-25.1.ebuild b/app-editors/emacs/emacs-25.1.ebuild index c145507347f..aae3f346cc1 100644 --- a/app-editors/emacs/emacs-25.1.ebuild +++ b/app-editors/emacs/emacs-25.1.ebuild @@ -149,7 +149,7 @@ src_configure() { "USE flag \"m17n-lib\" has no effect if \"xft\" is not set." fi - local f + local f line if use gtk; then einfo "Configuring to build with GIMP Toolkit (GTK+)" while read line; do ewarn "${line}"; done <<-EOF diff --git a/app-editors/emacs/emacs-25.2_rc1.ebuild b/app-editors/emacs/emacs-25.2_rc1.ebuild index 49a32c062fe..2b453beafcc 100644 --- a/app-editors/emacs/emacs-25.2_rc1.ebuild +++ b/app-editors/emacs/emacs-25.2_rc1.ebuild @@ -149,7 +149,7 @@ src_configure() { "USE flag \"m17n-lib\" has no effect if \"xft\" is not set." fi - local f + local f line if use gtk; then einfo "Configuring to build with GIMP Toolkit (GTK+)" while read line; do ewarn "${line}"; done <<-EOF diff --git a/app-editors/emacs/emacs-25.2_rc2.ebuild b/app-editors/emacs/emacs-25.2_rc2.ebuild index 49a32c062fe..2b453beafcc 100644 --- a/app-editors/emacs/emacs-25.2_rc2.ebuild +++ b/app-editors/emacs/emacs-25.2_rc2.ebuild @@ -149,7 +149,7 @@ src_configure() { "USE flag \"m17n-lib\" has no effect if \"xft\" is not set." fi - local f + local f line if use gtk; then einfo "Configuring to build with GIMP Toolkit (GTK+)" while read line; do ewarn "${line}"; done <<-EOF