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.12.3.ebuild (-1 / +8 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 60-65 src_configure() { Link Here
60
		$(qt_use !icu iconv)
60
		$(qt_use !icu iconv)
61
		$(qt_use systemd journald)
61
		$(qt_use systemd journald)
62
	)
62
	)
63
	if use ancient-kernel-support ; then
64
		myconf+=(
65
			-no-feature-statx       # needs 4.11
66
			-no-feature-getentropy  # needs 3.17
67
			-no-feature-renameat2   # needs 3.16
68
		)
69
63
	qt5-build_src_configure
70
	qt5-build_src_configure
64
}
71
}

Return to bug 675858