in USE, I find the dependencies: dev-python/pygobject:3[${PYTHON_USEDEP}] x11-libs/gtk+:3[introspection] That should be for: dev-python/pygobject:2[${PYTHON_USEDEP}] x11-libs/gtk+:2[introspection] I found this problem because I use a KDE desktop and have few gnome dependencies. I guess that gnome users already have the packages for SLOT 2 and don't notice it. Thanks,
I don't understand the bug report, isn't that version using gtk3 instead of gtk2? In that case, what is the problem with the deps in ebuild?
(In reply to Pacho Ramos from comment #1) > I don't understand the bug report, isn't that version using gtk3 instead of > gtk2? In that case, what is the problem with the deps in ebuild? If I do: $ system-config-printer I get: Traceback (most recent call last): File "/usr/share/system-config-printer/system-config-printer.py", line 72, in <module> import installpackage File "/usr/share/system-config-printer/installpackage.py", line 23, in <module> import glib ImportError: No module named glib Having only pygobject:3 installed. If I manually install pygobject:2, system-config-printer starts without problems. I am sorry for the confusion, maybe is some misconfiguration in my box? Thanks
Created attachment 377374 [details] emerge --info output