summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2017-03-26 14:58:07 +0200
committerUlrich Müller <ulm@gentoo.org>2017-03-26 14:58:07 +0200
commit812933410f9ec62bb39e74b04cf14daec579e431 (patch)
tree078faff49b565b4b77a7643d8dd00a520cfc498a /app-editors/emacs/emacs-25.1.ebuild
parentnet-libs/adns: [QA] Fix LICENSE. (diff)
downloadgentoo-812933410f9ec62bb39e74b04cf14daec579e431.tar.gz
gentoo-812933410f9ec62bb39e74b04cf14daec579e431.tar.bz2
gentoo-812933410f9ec62bb39e74b04cf14daec579e431.zip
app-editors/emacs: Add missing local variable declaration.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-editors/emacs/emacs-25.1.ebuild')
-rw-r--r--app-editors/emacs/emacs-25.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/emacs/emacs-25.1.ebuild b/app-editors/emacs/emacs-25.1.ebuild
index c145507347f8..aae3f346cc1f 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