Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 669994 | Differences between
and this patch

Collapse All | Expand All

(-)qtcore-5.13.2.ebuild (+2 lines)
Lines 58-64 Link Here
58
55
59
src_configure() {
56
src_configure() {
60
	local myconf=(
57
	local myconf=(
61
		-no-feature-statx	# bug 672856
58
		-no-feature-statx	# bug 672856
59
		$(qt_use !prefix feature-renameat2)
60
		$(qt_use !prefix feature-getentropy)
62
		$(qt_use icu)
61
		$(qt_use icu)
63
		$(qt_use !icu iconv)
62
		$(qt_use !icu iconv)
64
		$(qt_use systemd journald)
63
		$(qt_use systemd journald)

Return to bug 669994