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 57-62 Link Here
57
src_configure() {
57
src_configure() {
58
	local myconf=(
58
	local myconf=(
59
		-no-feature-statx	# bug 672856
59
		-no-feature-statx	# bug 672856
60
		$(qt_use !old-kernel feature-renameat2)  # needs Linux 3.16
61
		$(qt_use !old-kernel feature-getentropy) # needs Linux 3.17
60
		$(qt_use icu)
62
		$(qt_use icu)
61
		$(qt_use !icu iconv)
63
		$(qt_use !icu iconv)
62
		$(qt_use systemd journald)
64
		$(qt_use systemd journald)

Return to bug 669994