diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-12-19 15:35:44 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-12-19 15:37:00 -0500 |
commit | 2c359470f44a0b1f3a6df4363b08bdda6764bee8 (patch) | |
tree | c4ae365c36db0f5113eb89b93cd1b9d3684f2531 /dev-python/PyQt6/files | |
parent | qt6-build.eclass: cleanup <6.5.3 and 6.6.0 workarounds (diff) | |
download | gentoo-2c359470f44a0b1f3a6df4363b08bdda6764bee8.tar.gz gentoo-2c359470f44a0b1f3a6df4363b08bdda6764bee8.tar.bz2 gentoo-2c359470f44a0b1f3a6df4363b08bdda6764bee8.zip |
dev-python/PyQt6: drop 6.5.3
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-python/PyQt6/files')
-rw-r--r-- | dev-python/PyQt6/files/PyQt6-6.5.2-qt660.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/PyQt6/files/PyQt6-6.5.2-qt660.patch b/dev-python/PyQt6/files/PyQt6-6.5.2-qt660.patch deleted file mode 100644 index f0e204238a0a..000000000000 --- a/dev-python/PyQt6/files/PyQt6-6.5.2-qt660.patch +++ /dev/null @@ -1,23 +0,0 @@ -Quick workaround to fix build with USE=sql for Qt6.6 due to [1] -while waiting for PyQt6-6.6.0. Not a proper fix but nothing in -tree needs this bit currently. - -USE=bluetooth is still broken, but is not essential (no revdeps), -and can instead be masked for the time being. - -[1] https://github.com/qt/qtbase/commit/d924253c91 ---- a/sip/QtCore/QtCoremod.sip -+++ b/sip/QtCore/QtCoremod.sip -@@ -24,3 +24,3 @@ - --%Timeline {Qt_6_0_0 Qt_6_1_0 Qt_6_2_0 Qt_6_3_0 Qt_6_4_0 Qt_6_5_0} -+%Timeline {Qt_6_0_0 Qt_6_1_0 Qt_6_2_0 Qt_6_3_0 Qt_6_4_0 Qt_6_5_0 Qt_6_6_0} - ---- a/sip/QtSql/qsqlresult.sip -+++ b/sip/QtSql/qsqlresult.sip -@@ -65,3 +65,5 @@ - int boundValueCount() const; -+%If (- Qt_6_6_0) - QList<QVariant> &boundValues() const; -+%End - QString executedQuery() const; |