Leim does not get insalled when app-editors/emacs is emerged even if it is in the USE flags. Reproducible: Always Steps to Reproduce: 1. Add the "leim" use flag 2. Emerge app-editors/emacs 3. Run "ls /usr/share/emacs/21.4/leim" Actual Results: Nothing Expected Results: Listed the files needed for leim I noticed while emacs was emerging that when the leim tarball was extracted it replaced the "emacs-21.3" symlink with an actual directory preventing the leim files from making it into the "emacs-21.4" directory. By hand I moved the leim directory in 21.3 to the 21.4 directory while emacs was still configuring itself. That should probably be done in the ebuild.
Created attachment 58190 [details, diff] Copies the leim files instead of cheating w/ a symlink Patche for emacs-21.4.ebuild
Comment on attachment 58190 [details, diff] Copies the leim files instead of cheating w/ a symlink Checking for the leim USE flag should probably be done around the 'cp'
Thanks for the bug report. This should be fixed in CVS (we don't have 21.3 ebuilds anymore, so I simply changed to use leim-21.4.tar.gz).