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 (-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 systemd +kernel-3_17"
15
15
16
DEPEND="
16
DEPEND="
17
	dev-libs/double-conversion:=
17
	dev-libs/double-conversion:=
Lines 59-64 Link Here
59
src_configure() {
59
src_configure() {
60
	local myconf=(
60
	local myconf=(
61
		-no-feature-statx	# bug 672856
61
		-no-feature-statx	# bug 672856
62
		$(qt_use kernel-3_17 feature-renameat2)
63
		$(qt_use kernel-3_17 feature-getentropy)
62
		$(qt_use icu)
64
		$(qt_use icu)
63
		$(qt_use !icu iconv)
65
		$(qt_use !icu iconv)
64
		$(qt_use systemd journald)
66
		$(qt_use systemd journald)

Return to bug 669994