Created attachment 336974 [details] build.log Steps to reproduce: 1. emerge =app-i18n/ibus-1.4.2 2. See build.log Actual results: /var/tmp/portage/._unmerge_/app-i18n/ibus-1.4.2/temp/environment: line 3634: gnome2_query_immmodules_gtk2: command not found /var/tmp/portage/._unmerge_/app-i18n/ibus-1.4.2/temp/environment: line 3635: gnome2_query_immmodules_gtk3: command not found * Updating icons cache ... [ ok ] >>> Regenerating /etc/ld.so.cache... >>> Original instance of package unmerged safely. * Installing GNOME 2 GConf schemas * Reloading GConf schemas ... [ ok ] /var/tmp/portage/app-i18n/ibus-1.4.2/temp/environment: line 3606: update_gtk_immodules: command not found /var/tmp/portage/app-i18n/ibus-1.4.2/temp/environment: line 3607: update_gtk3_immodules: command not found Errors in the first part, it seems to just a typo. gnome2_query_immmodules instead gnome2_query_immodules. Errors in the later part, update_gtk{3}_immodules should be migrated to gnome2_query_immodules_gtk{2,3}. I know threre is ibus-1.4.99.x(ibus-1.5-pre) in the tree now but I would like to stay with ibus-1.4 and 1.4.2 may going to be a final release of ibus-1.4. Please fix. Regards.
Created attachment 336976 [details] Proposed patch for ibus-1.4.2.ebuild
Thanks for the patch. I've applied in the tree.