summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2023-12-12 16:57:45 -0500
committerIonen Wolkens <ionen@gentoo.org>2023-12-12 21:52:40 -0500
commitdb7dd9f234f68a89e1b9da5e973d2e038b1c5131 (patch)
treed6d0eef000a9663ed383f2badd3ed643cdb174d6 /dev-python/PyQt6/PyQt6-6.6.1.ebuild
parentapp-text/pandoc-bin: bump to 3.1.10 (diff)
downloadgentoo-db7dd9f234f68a89e1b9da5e973d2e038b1c5131.tar.gz
gentoo-db7dd9f234f68a89e1b9da5e973d2e038b1c5131.tar.bz2
gentoo-db7dd9f234f68a89e1b9da5e973d2e038b1c5131.zip
dev-python/PyQt6: fix build with upcoming qtbase-6.7.0
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-python/PyQt6/PyQt6-6.6.1.ebuild')
-rw-r--r--dev-python/PyQt6/PyQt6-6.6.1.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/PyQt6/PyQt6-6.6.1.ebuild b/dev-python/PyQt6/PyQt6-6.6.1.ebuild
index 4dee14aeda33..b5abeb38b190 100644
--- a/dev-python/PyQt6/PyQt6-6.6.1.ebuild
+++ b/dev-python/PyQt6/PyQt6-6.6.1.ebuild
@@ -84,6 +84,10 @@ BDEPEND="
dbus? ( virtual/pkgconfig )
"
+PATCHES=(
+ "${FILESDIR}"/${PN}-6.6.1-qt670.patch
+)
+
src_prepare() {
default