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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8CA32158042 for ; Thu, 24 Oct 2024 18:46:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E590CE08C2; Thu, 24 Oct 2024 18:46:05 +0000 (UTC) Received: from ciao.gmane.io (ciao.gmane.io [116.202.254.214]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 995AEE0894 for ; Thu, 24 Oct 2024 18:46:05 +0000 (UTC) Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1t42qS-0008Gg-82 for gentoo-user@lists.gentoo.org; Thu, 24 Oct 2024 20:46:04 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Grant Edwards Subject: [gentoo-user] Why does bind-tools 9.18 depend on bind? Date: Thu, 24 Oct 2024 18:45:59 -0000 (UTC) Message-ID: User-Agent: slrn/1.0.3 (Linux) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 56866bd8-45d9-4ad6-afea-139e3508fb0e X-Archives-Hash: 9b1ee2e86ae1f7c447df55d7a1b90a5a Portage suddenly wants to install net-dns/bind so it can update bind-tools from 9.16 to 9.18. I've always had bind-tools installed, but it has never required that I install the bind server and its dependencies (for which I have no use). Older versions of bind-tools didn't require bind. The ebuilds for bind-tools 9.20 that I've found at on overlays don't require bind. What's so special about bind-tools 9.18 that it has to have bind installed? Is there another package that will provide a command line dns lookup tool that can be used for troubleshooting that doesn't require me to install a DNS server all of its extra faff? -- Grant