From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtbase/files/, dev-qt/qtbase/
Date: Mon, 20 Jan 2025 08:28:49 +0000 (UTC) [thread overview]
Message-ID: <1737361579.2ea34a5b0580710f1260bc339746567a50cb1583.ionen@gentoo> (raw)
commit: 2ea34a5b0580710f1260bc339746567a50cb1583
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 20 06:15:29 2025 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Jan 20 08:26:19 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ea34a5b
dev-qt/qtbase: add workaround for PyQt6 in 6.8.9999
In preparation for 6.8.2.
Don't particularly like this, but couldn't make sense of SIP
to fix that one and it'll end up being a blocker for bumping.
And then upstream stance tend to be "wait for PyQt6-<matching>"
which may take a while.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
dev-qt/qtbase/files/qtbase-6.8.2-pyqt6.patch | 18 ++++++++++++++++++
dev-qt/qtbase/qtbase-6.8.9999.ebuild | 3 ++-
2 files changed, 20 insertions(+), 1 deletion(-)
diff --git a/dev-qt/qtbase/files/qtbase-6.8.2-pyqt6.patch b/dev-qt/qtbase/files/qtbase-6.8.2-pyqt6.patch
new file mode 100644
index 000000000000..de728b73f404
--- /dev/null
+++ b/dev-qt/qtbase/files/qtbase-6.8.2-pyqt6.patch
@@ -0,0 +1,18 @@
+Revert of [1] which breaks PyQt6, and reverting "shouldn't"
+negatively affected anything. Can probably leave this until
+6.9.x instead (or at least until PyQt6-6.8.2 is released).
+Please file a bug to Gentoo if believe that this is wrong.
+
+Ideally need to fix PyQt6 itself, but proper fix hasn't been
+figured out yet, and PyQt6-6.8.2 may take a while to release.
+--- a/src/corelib/text/qstringconverter_base.h
++++ b/src/corelib/text/qstringconverter_base.h
+@@ -81,8 +81,5 @@ public:
+ };
+ protected:
+- QStringConverterBase() = default;
+ ~QStringConverterBase() = default;
+- QStringConverterBase(QStringConverterBase &&) = default;
+- QStringConverterBase &operator=(QStringConverterBase &&) = default;
+ };
+ Q_DECLARE_OPERATORS_FOR_FLAGS(QStringConverterBase::Flags)
diff --git a/dev-qt/qtbase/qtbase-6.8.9999.ebuild b/dev-qt/qtbase/qtbase-6.8.9999.ebuild
index 11036a11512b..584b606a0590 100644
--- a/dev-qt/qtbase/qtbase-6.8.9999.ebuild
+++ b/dev-qt/qtbase/qtbase-6.8.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2024 Gentoo Authors
+# Copyright 2021-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -146,6 +146,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-6.6.1-forkfd-childstack-size.patch
"${FILESDIR}"/${PN}-6.6.3-gcc14-avx512fp16.patch
"${FILESDIR}"/${PN}-6.8.0-qcontiguouscache.patch
+ "${FILESDIR}"/${PN}-6.8.2-pyqt6.patch
)
src_prepare() {
next reply other threads:[~2025-01-20 8:28 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-20 8:28 Ionen Wolkens [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-23 12:19 [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtbase/files/, dev-qt/qtbase/ Ionen Wolkens
2025-02-18 2:25 Ionen Wolkens
2025-01-06 22:51 Ionen Wolkens
2024-10-01 18:10 Ionen Wolkens
2024-09-25 4:03 Ionen Wolkens
2024-07-16 23:52 Ionen Wolkens
2024-03-26 20:49 Ionen Wolkens
2024-02-22 15:13 Ionen Wolkens
2023-11-15 19:28 Ionen Wolkens
2023-10-21 6:22 Ionen Wolkens
2023-09-19 3:02 Ionen Wolkens
2023-09-14 20:15 Ionen Wolkens
2023-07-26 13:31 Jimi Huotari
2023-04-15 18:39 Jimi Huotari
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1737361579.2ea34a5b0580710f1260bc339746567a50cb1583.ionen@gentoo \
--to=ionen@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox