--- uim-1.5.3.ebuild 2008-09-07 12:44:06.000000000 -0400 +++ uim-1.5.3-r1.ebuild 2008-10-28 20:43:32.000000000 -0400 @@ -96,12 +96,18 @@ myconf="${myconf} --without-anthy" fi - if use qt3 || use qt4 ; then + if use qt3 ; then myconf="${myconf} --with-qt" else myconf="${myconf} --without-qt" fi + if use qt4 ; then + myconf="${myconf} --with-qt4-immodule" + else + myconf="${myconf} --without-qt4-immodule" + fi + econf $(use_with X x) \ $(use_with canna) \ $(use_with eb) \