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 726B11382C5 for ; Thu, 19 Apr 2018 11:14:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C902E090F; Thu, 19 Apr 2018 11:14:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 63DE6E090F for ; Thu, 19 Apr 2018 11:14:00 +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 D0AAB335C8F for ; Thu, 19 Apr 2018 11:13:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5CF5F291 for ; Thu, 19 Apr 2018 11:13:58 +0000 (UTC) From: "Christian Ruppert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christian Ruppert" Message-ID: <1524136385.75f78e8637429a3c90a2ab5b03f295f7c0ab6597.idl0r@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/bind-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/bind-tools/bind-tools-9.12.1.ebuild X-VCS-Directories: net-dns/bind-tools/ X-VCS-Committer: idl0r X-VCS-Committer-Name: Christian Ruppert X-VCS-Revision: 75f78e8637429a3c90a2ab5b03f295f7c0ab6597 X-VCS-Branch: master Date: Thu, 19 Apr 2018 11:13:58 +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: 7a43ec95-0855-4e32-8a7f-8e43383107c8 X-Archives-Hash: 8cea20ccc4fd22c2a3fa81cbcec76db8 commit: 75f78e8637429a3c90a2ab5b03f295f7c0ab6597 Author: Christian Ruppert gentoo org> AuthorDate: Thu Apr 19 11:13:05 2018 +0000 Commit: Christian Ruppert gentoo org> CommitDate: Thu Apr 19 11:13:05 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75f78e86 net-dns/bind-tools: Add comment / bug reference re bug 607400 Package-Manager: Portage-2.3.28, Repoman-2.3.9 net-dns/bind-tools/bind-tools-9.12.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-dns/bind-tools/bind-tools-9.12.1.ebuild b/net-dns/bind-tools/bind-tools-9.12.1.ebuild index 59f03bedcf4..9e9247ebe9a 100644 --- a/net-dns/bind-tools/bind-tools-9.12.1.ebuild +++ b/net-dns/bind-tools/bind-tools-9.12.1.ebuild @@ -67,6 +67,7 @@ src_configure() { myconf="${myconf} --with-randomdev=/dev/random" fi + # bug 607400 if use libedit ; then myconf+=' --with-readline=-ledit' elif use readline ; then