On Wed, 2 Sep 2020 at 09:42, n952162 <[email protected]> wrote: > Okay, I found "equery g polkit", which gives me the dependency tree I was > looking for, but I just realized, I don't have polkit, either. But the > emerge @system (or @world) has: > > !!! The ebuild selected to satisfy "sys-auth/polkit" has unmet requirements. > - sys-auth/polkit-0.116-r1::gentoo USE="introspection nls pam (-consolekit) > -elogind -examples -gtk -jit -kde (-selinux) -systemd -test" ABI_X86="(64)" > > The following REQUIRED_USE flag constraints are unsatisfied: > exactly-one-of ( consolekit elogind systemd )
If you don't have polkit already, you probably don't need it. That emerge output should give you more info about which package is pulling in polkit, and there might be some USE flag that controls it for you. Regards, Arve

