commit: 75f78e8637429a3c90a2ab5b03f295f7c0ab6597
Author: Christian Ruppert <idl0r <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 19 11:13:05 2018 +0000
Commit: Christian Ruppert <idl0r <AT> gentoo <DOT> 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