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

(-)/usr/portage/x11-libs/qt/qt-4.3.0.ebuild (-1 / +6 lines)
Lines 17-23 Link Here
17
17
18
IUSE_INPUT_DEVICES="input_devices_wacom"
18
IUSE_INPUT_DEVICES="input_devices_wacom"
19
19
20
IUSE="accessibility cups dbus debug doc examples firebird gif glib jpeg mng mysql nas nis odbc opengl pch png postgres qt3support sqlite sqlite3 ssl tiff xinerama zlib ${IUSE_INPUT_DEVICES}"
20
IUSE="accessibility cups dbus debug doc examples firebird gif glib jpeg mng mysql nas nis odbc opengl pch png postgres qt3support sqlite sqlite3 ssl tiff xinerama zlib mmx 3dnow sse sse2 ${IUSE_INPUT_DEVICES}"
21
21
22
DEPEND="x11-libs/libXrandr
22
DEPEND="x11-libs/libXrandr
23
	x11-libs/libXcursor
23
	x11-libs/libXcursor
Lines 202-207 Link Here
202
202
203
	use pch		&& myconf="${myconf} -pch" || myconf="${myconf} -no-pch"
203
	use pch		&& myconf="${myconf} -pch" || myconf="${myconf} -no-pch"
204
204
205
	! use mmx 	&& myconf="${myconf} -no-mmx"
206
	! use 3dnow 	&& myconf="${myconf} -no-3dnow"
207
	! use sse  	&& myconf="${myconf} -no-sse"
208
	! use sse2 	&& myconf="${myconf} -no-sse2"
209
205
	use input_devices_wacom	&& myconf="${myconf} -tablet" || myconf="${myconf} -no-tablet"
210
	use input_devices_wacom	&& myconf="${myconf} -tablet" || myconf="${myconf} -no-tablet"
206
211
207
	myconf="${myconf} -xrender -xrandr -xkb -xshape -sm"
212
	myconf="${myconf} -xrender -xrandr -xkb -xshape -sm"

Return to bug 183632