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 62A28139085 for ; Mon, 2 Jan 2017 08:56:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6037E0C76; Mon, 2 Jan 2017 08:56:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 A37C3E0C76 for ; Mon, 2 Jan 2017 08:56:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5070D340C97 for ; Mon, 2 Jan 2017 08:56:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AFDB42521 for ; Mon, 2 Jan 2017 08:56:20 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1483347374.c6a0a2318cf9867e60ff995968d4095fdf5313f8.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/nsd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/nsd/nsd-4.1.14.ebuild X-VCS-Directories: net-dns/nsd/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: c6a0a2318cf9867e60ff995968d4095fdf5313f8 X-VCS-Branch: master Date: Mon, 2 Jan 2017 08:56:20 +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: 8c8187dd-bb8c-4d82-be67-0dd6daf25da4 X-Archives-Hash: b51750a9246f22fecaa9bb53fcbb7d0f commit: c6a0a2318cf9867e60ff995968d4095fdf5313f8 Author: Lars Wendler gentoo org> AuthorDate: Mon Jan 2 08:56:14 2017 +0000 Commit: Lars Wendler gentoo 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