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 C00C0139694 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 CDD2121C098; Sun, 26 Mar 2017 12:59:31 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 9F34A21C098 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 A15D9341662 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 1738573C4 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: <1490533150.d2331e80128e00027833416a8f8fa38595bc4f35.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: d2331e80128e00027833416a8f8fa38595bc4f35 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: 0bef8d70-53f3-4e22-8d7d-cca7fb7ee0b7 X-Archives-Hash: 13b8a3a28717c980a2db6fd3bbc3f54f commit: d2331e80128e00027833416a8f8fa38595bc4f35 Author: Ulrich Müller gentoo org> AuthorDate: Sun Mar 26 12:59:10 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Mar 26 12:59:10 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2331e80 app-editors/emacs-vcs: Add missing local variable declaration. Package-Manager: Portage-2.3.5, Repoman-2.3.2 app-editors/emacs-vcs/emacs-vcs-25.1.91.ebuild | 2 +- app-editors/emacs-vcs/emacs-vcs-25.2.9999.ebuild | 2 +- app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 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 ac91ba8a086..bc712370af0 100644 --- a/app-editors/emacs-vcs/emacs-vcs-25.1.91.ebuild +++ b/app-editors/emacs-vcs/emacs-vcs-25.1.91.ebuild @@ -172,7 +172,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-vcs/emacs-vcs-25.2.9999.ebuild b/app-editors/emacs-vcs/emacs-vcs-25.2.9999.ebuild index ab2cfb365ad..47ad7aaa39c 100644 --- a/app-editors/emacs-vcs/emacs-vcs-25.2.9999.ebuild +++ b/app-editors/emacs-vcs/emacs-vcs-25.2.9999.ebuild @@ -176,7 +176,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-vcs/emacs-vcs-26.0.9999.ebuild b/app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild index a51934fd3d5..a8838515188 100644 --- a/app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild +++ b/app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild @@ -174,7 +174,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