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

(-)old/qtcore-5.15.11-r1.ebuild (-1 / +6 lines)
Lines 14-20 Link Here
14
DESCRIPTION="Cross-platform application development framework"
14
DESCRIPTION="Cross-platform application development framework"
15
SLOT=5/${QT5_PV}
15
SLOT=5/${QT5_PV}
16
16
17
IUSE="icu old-kernel"
17
IUSE="cpu_flags_x86_sse2 icu old-kernel"
18
18
19
DEPEND="
19
DEPEND="
20
	dev-libs/double-conversion:=
20
	dev-libs/double-conversion:=
Lines 94-99 Link Here
94
		-no-feature-getentropy # needs Linux 3.17, bug 669994
94
		-no-feature-getentropy # needs Linux 3.17, bug 669994
95
		-no-feature-statx # needs Linux 4.11, bug 672856
95
		-no-feature-statx # needs Linux 4.11, bug 672856
96
	)
96
	)
97
	# Check for availability of SSE2 and switch off if not available
98
	# Fixes compilation failure for x86 machines without sse2
99
	use !cpu_flags_x86_sse2 && myconf+=(
100
		-no-feature-sse2
101
	)
97
	qt5-build_src_configure
102
	qt5-build_src_configure
98
}
103
}
99
104

Return to bug 773199