Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 95023 - app-i18n/uim-0.4.6-r2 ignores immodule options.
Summary: app-i18n/uim-0.4.6-r2 ignores immodule options.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: CJK Team
URL:
Whiteboard:
Keywords: Inclusion
Depends on:
Blocks:
 
Reported: 2005-06-04 07:16 UTC by Yusuke Ubukata
Modified: 2005-06-18 09:17 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuke Ubukata 2005-06-04 07:16:18 UTC
app-i18n/uim-0.4.6-r2 ignores immqt and immqt-bc USE flags. and set wrong option
to $myconf. Please fix as follows.

% diff uim-0.4.6-r2.ebuild uim-0.4.6-r2.ebuild.new
60a61,66
>       if use immqt || use immqt-bc ; then
>               myconf="${myconf} --enable-qt-immodule"
>               export CPPFLAGS="${CPPFLAGS} -I${S}/qt"
>       fi
>       use qt && set-qtdir 3
>
68,73d73
<       if use immqt || use immqt-bc ; then
<               myconf="${myconf} --with-qt-immodule"
<               export CPPFLAGS="${CPPFLAGS} -I${S}/qt"
<       fi
<       use qt && set-qtdir 3
<

Reproducible: Always
Steps to Reproduce:
1.Use="immqt-bc" emerge app-i18n/uim.
Actual Results:  
qt immodule function don't work.


% diff uim-0.4.6-r2.ebuild uim-0.4.6-r2.ebuild.fix
60a61,66
>       if use immqt || use immqt-bc ; then
>               myconf="${myconf} --enable-qt-immodule"
>               export CPPFLAGS="${CPPFLAGS} -I${S}/qt"
>       fi
>       use qt && set-qtdir 3
>
68,73d73
<       if use immqt || use immqt-bc ; then
<               myconf="${myconf} --with-qt-immodule"
<               export CPPFLAGS="${CPPFLAGS} -I${S}/qt"
<       fi
<       use qt && set-qtdir 3
<
Comment 1 Mamoru KOMACHI (RETIRED) gentoo-dev 2005-06-18 09:17:00 UTC
Fixed in CVS.
Thanks for pointing this.