summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2018-04-19 13:13:05 +0200
committerChristian Ruppert <idl0r@gentoo.org>2018-04-19 13:13:05 +0200
commit75f78e8637429a3c90a2ab5b03f295f7c0ab6597 (patch)
tree92533431bea00d23f100846d98c4581666fa5d9c /net-dns
parentnet-dns/bind: 9.12.1 version bump (diff)
downloadgentoo-75f78e8637429a3c90a2ab5b03f295f7c0ab6597.tar.gz
gentoo-75f78e8637429a3c90a2ab5b03f295f7c0ab6597.tar.bz2
gentoo-75f78e8637429a3c90a2ab5b03f295f7c0ab6597.zip
net-dns/bind-tools: Add comment / bug reference re bug 607400
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/bind-tools/bind-tools-9.12.1.ebuild1
1 files changed, 1 insertions, 0 deletions
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 59f03bedcf44..9e9247ebe9a0 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