On 2020-09-08, Matt Connell (Gmail) <[email protected]> wrote: > On Tue, 2020-09-08 at 19:56 +0000, Grant Edwards wrote: >> Ah, so I should have installed rust-bin _without_ adding it to the >> world file so that when the last package requiring rust gets removed, >> rust will get removed by --depclean... > > Yep. That's what --oneshot (-1) means. "Install it but don't add it > to my world set"
That's actually what I had done (I forgot about the -1 part), so I'm set. It seems odd that when there's multiple ways to satisfy a virtual there's now way to "configure" which one you want for when that virtual get's pulled in. Maybe I just haven't run into it often enough... -- Grant

