Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 244841
Collapse All | Expand All

(-)uim-1.5.3.ebuild (-1 / +7 lines)
Lines 96-107 Link Here
96
		myconf="${myconf} --without-anthy"
96
		myconf="${myconf} --without-anthy"
97
	fi
97
	fi
98
98
99
	if use qt3 || use qt4 ; then
99
	if use qt3 ; then
100
		myconf="${myconf} --with-qt"
100
		myconf="${myconf} --with-qt"
101
	else
101
	else
102
		myconf="${myconf} --without-qt"
102
		myconf="${myconf} --without-qt"
103
	fi
103
	fi
104
104
105
	if use qt4 ; then
106
		myconf="${myconf} --with-qt4-immodule"
107
	else
108
		myconf="${myconf} --without-qt4-immodule"
109
	fi
110
105
	econf $(use_with X x) \
111
	econf $(use_with X x) \
106
		$(use_with canna) \
112
		$(use_with canna) \
107
		$(use_with eb) \
113
		$(use_with eb) \

Return to bug 244841