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

(-)file_not_specified_in_diff (-6 / +9 lines)
Line 18 Link Here
18
IUSE="elibc_FreeBSD gnome qt-static spell"
18
IUSE="elibc_FreeBSD gnome qt-static spell emul-x86"
19
--
Line 31 Link Here
31
	amd64? ( ${O_URI}linux${O_FTP}x86_64/${P}.gcc4-shared-qt3.x86_64.tar.bz2 )
31
	amd64? ( 
32
--
32
		emul-x86? (
33
				qt-static? ( ${O_URI}linux${O_FTP}i386/${P}.gcc4-qt4.i386.tar.bz2 )
34
				!qt-static? ( ${O_URI}linux${O_FTP}i386/shared/${P}.gcc4-shared-qt3.i386.tar.bz2 )
35
			 )
36
		!emul-x86? ( ${O_URI}linux${O_FTP}x86_64/${P}.gcc4-shared-qt3.x86_64.tar.bz2 )
37
	)
Line 67 Link Here
67
	if use x86; then
73
	if use x86 || use emul-x86; then
68
--

Return to bug 227339