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.14.1-r1.ebuild (-1 / +3 lines)
Lines 11-17 Link Here
11
	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
11
	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
12
fi
12
fi
13
13
14
IUSE="icu systemd"
14
IUSE="icu old-kernel systemd"
15
15
16
DEPEND="
16
DEPEND="
17
	dev-libs/double-conversion:=
17
	dev-libs/double-conversion:=
Lines 59-64 Link Here
59
		-no-feature-statx	# bug 672856
59
		-no-feature-statx	# bug 672856
60
		$(qt_use icu)
60
		$(qt_use icu)
61
		$(qt_use !icu iconv)
61
		$(qt_use !icu iconv)
62
		$(qt_use !old-kernel feature-renameat2)  # needs Linux 3.16, bug 669994
63
		$(qt_use !old-kernel feature-getentropy) # needs Linux 3.17, bug 669994
62
		$(qt_use systemd journald)
64
		$(qt_use systemd journald)
63
	)
65
	)
64
	qt5-build_src_configure
66
	qt5-build_src_configure

Return to bug 669994