When I tried to reinstall my input modules after installing GTK 2.4, they were still installing to the /usr/lib/gtk-2.0/2.2.0 directory instead of the correct 2.4.0. This behavior is not specified anywhere in the ebuild, and I don't have GTK 2.2.0 installed. Reproducible: Always Steps to Reproduce: 1. ACCEPT_KEYWORDS="~x86" emerge gtk+ 2. ACCEPT_KEYWORDS="~x86" emerge uim 3. ls /usr/lib/gtk-2.0/2.2.0 4. ls /usr/lib/gtk-2.0/2.4.0 Actual Results: The input modules appeared in 2.2.0. Expected Results: The input modules should have appeared in 2.4.0.
Not a gnome problem, but uim. Should probably add a not about rebuild input modules to the gtk+ ebuild though.
I told it to the upstream and he fixed it immediately. The next version will be available today or tomorrow, so I'll add it as soon as possible. If you cannot wait, you may want to try uim-svn ;) Thanks for the report.
I extracted a patch from svn head and applied it to uim-0.3.2 yesterday night. The upstream released uim-0.3.3 today, so I suppose the problem is fixed now. (both patched uim and uim-0.3.3 compile & work fine on my laptop)