On Sun, 9 Apr 2023 at 22:37, <the...@sys-concept.com> wrote: > > My system pulled IN two versions of webkit-gtk (slot 4 and 5) > net-libs/webkit-gtk-2.38.5 > net-libs/webkit-gtk-2.38.5-r500 > > Running: > equery d =net-libs/webkit-gtk-2.38.5-r500 > * These packages depend on net-libs/webkit-gtk-2.38.5-r500: > app-office/gnucash-4.8 (net-libs/webkit-gtk:4/37) > net-libs/libproxy-0.4.18 (webkit ? net-libs/webkit-gtk:4) > > equery d =net-libs/webkit-gtk-2.38.5 > * These packages depend on net-libs/webkit-gtk-2.38.5: > app-office/gnucash-4.8 (net-libs/webkit-gtk:4/37) > net-libs/libproxy-0.4.18 (webkit ? net-libs/webkit-gtk:4) > > Which package is pulling IN slotted version?
It definitely seems like gnucash and libproxy are pulling in the slot 4 version? You might have other packages that don't depend on any particular slot, and portage will then pull in the latest version, which on a stable system is the slot 5 package. This could maybe be considered a bug. On my system, I have one package depending on a slot 4.1 package, and one with no slot requirement, so I have both a slot 4.1 package and a slot 6 package installed. It's annoying, true. Regards, Arve