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 3DDC3138359 for ; Wed, 22 Jul 2020 08:46:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A724E08ED; Wed, 22 Jul 2020 08:46:37 +0000 (UTC) Received: from smarthost03b.mail.zen.net.uk (smarthost03b.mail.zen.net.uk [212.23.1.21]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D2C20E0878 for ; Wed, 22 Jul 2020 08:46:36 +0000 (UTC) Received: from [82.69.80.10] (helo=peak.localnet) by smarthost03b.mail.zen.net.uk with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1jyAOZ-0004tW-4a for gentoo-user@lists.gentoo.org; Wed, 22 Jul 2020 08:46:35 +0000 From: Peter Humphrey To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: dns/bind-tools 9.14 -> 9.16 pulling in 17 new dependencies?! Date: Wed, 22 Jul 2020 09:46:34 +0100 Message-ID: <4550036.GXAFRqVoOG@peak> In-Reply-To: <2541035.mvXUDI8C0e@peak> References: <20200721154725.04b47e71@digimed.co.uk> <2541035.mvXUDI8C0e@peak> 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 MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Originating-smarthost03b-IP: [82.69.80.10] Feedback-ID: 82.69.80.10 X-Archives-Salt: aa84f737-fa45-4ad3-bce9-a2bf43b4510a X-Archives-Hash: a54200b323a78c12a92a39a24678ed93 On Tuesday, 21 July 2020 16:23:35 BST Peter Humphrey wrote: > On Tuesday, 21 July 2020 15:47:25 BST Neil Bothwick wrote: > > Sync, re-emerge bind-tools and try again. The man pages are now > > downloaded as a separate tarball, so Sphinx and deps are not longer > > needed. > > And lo! 17 packages were removed by depclean! And woe! Sphinx is pulled back in again by llvm today. :( # less $(equery w llvm) RDEPEND --->8 $(python_gen_any_dep ' dev-python/sphinx[${PYTHON_USEDEP}] doc? ( dev-python/recommonmark[${PYTHON_USEDEP}] ) ')" So it doesn't even depend on the doc USE flag. -- Regards, Peter.