commit:     c6a0a2318cf9867e60ff995968d4095fdf5313f8
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  2 08:56:14 2017 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Jan  2 08:56:14 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6a0a231

net-dns/nsd: Forgot to make one variable local.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-dns/nsd/nsd-4.1.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/nsd/nsd-4.1.14.ebuild b/net-dns/nsd/nsd-4.1.14.ebuild
index aa80470..5c3f129 100644
--- a/net-dns/nsd/nsd-4.1.14.ebuild
+++ b/net-dns/nsd/nsd-4.1.14.ebuild
@@ -41,7 +41,7 @@ src_prepare() {
 }
 
 src_configure() {
-       myeconfargs=(
+       local myeconfargs=(
                --enable-pie
                --enable-relro-now
                --enable-largefile

Reply via email to