Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 500970 Details for
Bug 635880
dev-python/PyQt5: USE webengine requires printsupport when widgets are enabled
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Resolves the issues with printsupport not being pulled in when webengine and widgets are enabled
PyQt5-printsupport_on_webengine.patch (text/plain), 1.38 KB, created by
Meoberto Whagbossa
on 2017-10-30 11:06:23 UTC
(
hide
)
Description:
Resolves the issues with printsupport not being pulled in when webengine and widgets are enabled
Filename:
MIME Type:
Creator:
Meoberto Whagbossa
Created:
2017-10-30 11:06:23 UTC
Size:
1.38 KB
patch
obsolete
>diff -Naur a/PyQt5-5.7.1.ebuild b/PyQt5-5.7.1.ebuild >--- a/PyQt5-5.7.1.ebuild 2017-10-30 11:57:50.709968973 +0100 >+++ b/PyQt5-5.7.1.ebuild 2017-10-30 12:00:13.629968355 +0100 >@@ -44,7 +44,7 @@ > svg? ( gui widgets ) > testlib? ( gui widgets ) > webchannel? ( network ) >- webengine? ( network widgets? ( webchannel ) ) >+ webengine? ( network widgets? ( printsupport webchannel ) ) > webkit? ( gui network printsupport widgets ) > websockets? ( network ) > widgets? ( gui ) >diff -Naur a/PyQt5-5.8.2.ebuild b/PyQt5-5.8.2.ebuild >--- a/PyQt5-5.8.2.ebuild 2017-10-30 11:57:50.709968973 +0100 >+++ b/PyQt5-5.8.2.ebuild 2017-10-30 11:59:41.129968495 +0100 >@@ -44,7 +44,7 @@ > svg? ( gui widgets ) > testlib? ( gui widgets ) > webchannel? ( network ) >- webengine? ( network widgets? ( webchannel ) ) >+ webengine? ( network widgets? ( printsupport webchannel ) ) > webkit? ( gui network printsupport widgets ) > websockets? ( network ) > widgets? ( gui ) >diff -Naur a/PyQt5-5.9.ebuild b/PyQt5-5.9.ebuild >--- a/PyQt5-5.9.ebuild 2017-10-30 11:57:50.709968973 +0100 >+++ b/PyQt5-5.9.ebuild 2017-10-30 11:59:55.679968432 +0100 >@@ -44,7 +44,7 @@ > svg? ( gui widgets ) > testlib? ( gui widgets ) > webchannel? ( network ) >- webengine? ( network widgets? ( webchannel ) ) >+ webengine? ( network widgets? ( printsupport webchannel ) ) > webkit? ( gui network printsupport widgets ) > websockets? ( network ) > widgets? ( gui )
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 635880
: 500970