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 (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3E534158091 for ; Mon, 20 Jun 2022 06:02:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55344E0AAB; Mon, 20 Jun 2022 06:02:22 +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 (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F2225E092C for ; Mon, 20 Jun 2022 06:02:21 +0000 (UTC) Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1o3AUN-00064S-Uj for gentoo-user@lists.gentoo.org; Mon, 20 Jun 2022 08:02:19 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Martin Vaeth Subject: [gentoo-user] Re: --depclean wants to remove udev. What!? Date: Mon, 20 Jun 2022 06:02:12 -0000 (UTC) Message-ID: References: <7cc87b10-7857-cfc6-96e2-401a252cf2ce@gmail.com> 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-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit User-Agent: slrn/1.0.3 (Linux) X-Archives-Salt: 9a529f81-84e0-4eec-9e7d-56af4db41d27 X-Archives-Hash: cdb876ef3d9068d7ef7a5c0165eea6de Dale wrote: > > root@fireball / # equery d sys-apps/systemd-utils >  * These packages depend on sys-apps/systemd-utils: > sys-apps/systemd-tmpfiles-250 (sys-apps/systemd-utils[tmpfiles]) > sys-fs/udev-250 (sys-apps/systemd-utils[udev,...]) > virtual/libudev-232-r7 (!systemd ? sys-apps/systemd-utils[udev,...]) > virtual/tmpfiles-0-r3 (!prefix-guest ? sys-apps/systemd-utils[tmpfiles]) > virtual/udev-217-r5 (sys-apps/systemd-utils[udev]) Looks completely sane: sys-apps/systemd-tmpfiles-250 and sys-fs/udev-250 are "practically" just virtuals which only pull in sys-apps/systemd-utils with the corresponding USE-flags. And the "true" virtuals for for tmpfiles and udev also depend on that package with the corresponding USE-flags.