While trying to emerge gnome-base/gnome-core-apps I get an unresolved dependency. Reproducible: Always Steps to Reproduce: 1. emerge -1va gnome-base/gnome-core-apps Actual Results: These are the packages that would be merged, in order: Calculating dependencies... done! emerge: there are no ebuilds to satisfy ">=gnome-extra/nautilus-sendto-2.90.0". (dependency required by "net-im/empathy-3.0.0[sendto]" [ebuild]) (dependency required by "gnome-base/gnome-core-apps-3.0.0" [ebuild]) (dependency required by "gnome-base/gnome-core-apps" [argument]) Expected Results: Portage building gnome-base/gnome-core-apps (empathy depending on nautilus[sendto] instead of nautilus-sendto)
Created attachment 268965 [details] config log of empathy depending on nautilus[sendto] My proposed solution, switching to nautilus[sendto] instead of nautilus-sendto does not seem to be totally trivial, empathy configure cannot find its dependencies.
Created attachment 268967 [details] output of emerge --info
Created attachment 268969 [details] full build log for empathy with nautilus[sendto] dependency
now fixed by adding nautilus-sendto-3.
Actually, nautilus-sendto wasn't added to the overlay on purpose. nautilus[sendto] is supposed to be the replacement but it fails to provide the necessary .pc file that makes other packages detect it.
Not sure what is the status of this with Gnome 3.2.x from main tree :-/
This was fixed a long time ago; empathy depends on nautilus-sendto, and nautilus-sendto-3.0.1 no longer collides with nautilus[sendto].