A strange error occurred which seems to suggest emerge didn't get dependencies right.
I executed my normal emerge --ask --deep --tree --verbose --newuse --update --with-bdeps=y world and was pleased to see that gnome v24 had gone stable on amd64. However the massive build failed on dev-python/pygtksourceview-2.4.0 with the complaint that "No package 'pygtk-2.0' found". Indeed eix showed I didn't have pygtk installed. *Without* a resync I re-executed the above command and looked at the (now much smaller) list of packages and found that pygtk was there and was after (meaning it would be emerged before) pygtksourceview. The good news is that this second emerge world succeeded. The bad news is that something is wrong with emerge dependency checking, or the gnome ebuilds, or (most likely) my understanding. Any clarification would be appreciated. allan