app-editors/emacs-vcs: Add missing local variable declaration.
authorUlrich Müller <ulm@gentoo.org>
Sun, 26 Mar 2017 12:59:10 +0000 (14:59 +0200)
committerUlrich Müller <ulm@gentoo.org>
Sun, 26 Mar 2017 12:59:10 +0000 (14:59 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

index ac91ba8a08659f48177e080d366dfadb9df0e3f6..bc712370af00da91189eb3cd9f0e84cc37e2f7c5 100644 (file)
@@ -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
index ab2cfb365adf3d70257b713f8408e3058979f951..47ad7aaa39c17cc65975a86bcb9e02d943a68451 100644 (file)
@@ -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
index a51934fd3d50f1ab1ad4e2ee8e646ec863239bd9..a883851518878a93d09bffe5dd5c0c6c07be4dc1 100644 (file)
@@ -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