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

Collapse All | Expand All

(-)a/dev-qt/qtcore/metadata.xml (+1 lines)
Lines 7-12 Link Here
7
	</maintainer>
7
	</maintainer>
8
	<use>
8
	<use>
9
		<flag name="systemd">Enable native journald logging support</flag>
9
		<flag name="systemd">Enable native journald logging support</flag>
10
		<flag name="ancient-kernel-support">Support kernels back to 2.6.28 (minimum is 3.17 otherwise)</flag>
10
	</use>
11
	</use>
11
	<upstream>
12
	<upstream>
12
		<bugs-to>https://bugreports.qt.io/</bugs-to>
13
		<bugs-to>https://bugreports.qt.io/</bugs-to>
(-)a/dev-qt/qtcore/qtcore-5.11.3-r2.ebuild (-1 / +9 lines)
Lines 11-17 if [[ ${QT5_BUILD_TYPE} == release ]]; then Link Here
11
	KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~sparc x86 ~amd64-fbsd"
11
	KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~sparc x86 ~amd64-fbsd"
12
fi
12
fi
13
13
14
IUSE="icu systemd"
14
IUSE="ancient-kernel-support icu systemd"
15
15
16
DEPEND="
16
DEPEND="
17
	dev-libs/double-conversion:=
17
	dev-libs/double-conversion:=
Lines 57-62 src_configure() { Link Here
57
		$(qt_use !icu iconv)
57
		$(qt_use !icu iconv)
58
		$(qt_use systemd journald)
58
		$(qt_use systemd journald)
59
	)
59
	)
60
61
	if use ancient-kernel-support ; then
62
		myconf+=(
63
			-no-feature-getentropy  # needs 3.17
64
			-no-feature-renameat2   # needs 3.16
65
		)
66
	fi
67
60
	qt5-build_src_configure
68
	qt5-build_src_configure
61
}
69
}
62
70

Return to bug 675858