There's a small mistake in one of gtk-engines-2.6.3 's Makefile.am, which affects the newly added Clearlooks theme. In the source: gtk-engines/engines/clearlooks/Makefile.am, has: enginedir = $(libdir)/gtk-2.0/$(GTK2_VERSION)/engines and it should be: enginedir = $(libdir)/gtk-2.0/$(GTK_VERSION)/engines This causes the clearlooks theme to be installed in the wrong location and not be recognized by gnome-theme-properties. The author have been informed of that, but since it's not sure that he will release a new version soon, maybe gentoo can provide a revision of the ebuild with a small patch?
Created attachment 56996 [details] ebuild with fix the clearlooks makefile This ebuild patches the makefile of clearlooks to install it in the correct place.
Created attachment 56997 [details, diff] patch to clearlooks makefile
Created attachment 58759 [details, diff] The patch again, bunziped2
fixed in cvs, thanks for the patch