Gentoo Archives: gentoo-user

From: Martin Vaeth <martin@×××××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: --depclean wants to remove udev. What!?
Date: Mon, 20 Jun 2022 06:02:28
Message-Id: slrntb03de.7tfb.martin@larch.invalid
In Reply to: Re: [gentoo-user] --depclean wants to remove udev. What!? by Dale
1 Dale <rdalek1967@×××××.com> wrote:
2 >
3 > root@fireball / # equery d sys-apps/systemd-utils
4 >  * These packages depend on sys-apps/systemd-utils:
5 > sys-apps/systemd-tmpfiles-250 (sys-apps/systemd-utils[tmpfiles])
6 > sys-fs/udev-250 (sys-apps/systemd-utils[udev,...])
7 > virtual/libudev-232-r7 (!systemd ? sys-apps/systemd-utils[udev,...])
8 > virtual/tmpfiles-0-r3 (!prefix-guest ? sys-apps/systemd-utils[tmpfiles])
9 > virtual/udev-217-r5 (sys-apps/systemd-utils[udev])
10
11 Looks completely sane:
12
13 sys-apps/systemd-tmpfiles-250 and sys-fs/udev-250
14 are "practically" just virtuals which only pull in
15 sys-apps/systemd-utils
16 with the corresponding USE-flags. And the "true"
17 virtuals for for tmpfiles and udev also depend on that
18 package with the corresponding USE-flags.