Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 579798 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]
qtcore-5.12.3.ancient-kernel.patch
qtcore-5.12.3.ancient-kernel.patch (text/plain), 1.17 KB, created by
Peer
on 2019-06-14 19:48:59 UTC
(
hide
)
Description:
qtcore-5.12.3.ancient-kernel.patch
Filename:
MIME Type:
Creator:
Peer
Created:
2019-06-14 19:48:59 UTC
Size:
1.17 KB
patch
obsolete
>diff --git a/dev-qt/qtcore/metadata.xml b/dev-qt/qtcore/metadata.xml >index c612265..dc62c4f 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.12.3.ebuild b/dev-qt/qtcore/qtcore-5.12.3.ebuild >index 74bb5bc..b539e41 100644 >--- a/dev-qt/qtcore/qtcore-5.12.3.ebuild >+++ b/dev-qt/qtcore/qtcore-5.12.3.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:= >@@ -60,6 +60,13 @@ src_configure() { > $(qt_use !icu iconv) > $(qt_use systemd journald) > ) >+ if use ancient-kernel-support ; then >+ myconf+=( >+ -no-feature-statx # needs 4.11 >+ -no-feature-getentropy # needs 3.17 >+ -no-feature-renameat2 # needs 3.16 >+ ) >+ > 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