Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 562198 Details for
Bug 675858
dev-qt/qtcore:5 hard-requires kernel 3.17, but older could be supported
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for qtcore ebuild
qt.patch (text/plain), 1.17 KB, created by
Andreas K. Hüttel
on 2019-01-19 16:35:57 UTC
(
hide
)
Description:
patch for qtcore ebuild
Filename:
MIME Type:
Creator:
Andreas K. Hüttel
Created:
2019-01-19 16:35:57 UTC
Size:
1.17 KB
patch
obsolete
>diff --git a/dev-qt/qtcore/metadata.xml b/dev-qt/qtcore/metadata.xml >index c612265c6f79..dc62c4f98fed 100644 >--- a/dev-qt/qtcore/metadata.xml >+++ b/dev-qt/qtcore/metadata.xml >@@ -7,6 +7,7 @@ > </maintainer> > <use> > <flag name="systemd">Enable native journald logging support</flag> >+ <flag name="ancient-kernel-support">Support kernels back to 2.6.28 (minimum is 3.17 otherwise)</flag> > </use> > <upstream> > <bugs-to>https://bugreports.qt.io/</bugs-to> >diff --git a/dev-qt/qtcore/qtcore-5.11.3-r2.ebuild b/dev-qt/qtcore/qtcore-5.11.3-r2.ebuild >index c8a30f8a58a5..797af72267be 100644 >--- a/dev-qt/qtcore/qtcore-5.11.3-r2.ebuild >+++ b/dev-qt/qtcore/qtcore-5.11.3-r2.ebuild >@@ -11,7 +11,7 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then > KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~sparc x86 ~amd64-fbsd" > fi > >-IUSE="icu systemd" >+IUSE="ancient-kernel-support icu systemd" > > DEPEND=" > dev-libs/double-conversion:= >@@ -57,6 +57,14 @@ src_configure() { > $(qt_use !icu iconv) > $(qt_use systemd journald) > ) >+ >+ if use ancient-kernel-support ; then >+ myconf+=( >+ -no-feature-getentropy # needs 3.17 >+ -no-feature-renameat2 # needs 3.16 >+ ) >+ fi >+ > qt5-build_src_configure > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 675858
: 562198 |
579798