From db7dd9f234f68a89e1b9da5e973d2e038b1c5131 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Tue, 12 Dec 2023 16:57:45 -0500 Subject: dev-python/PyQt6: fix build with upcoming qtbase-6.7.0 Signed-off-by: Ionen Wolkens --- dev-python/PyQt6/PyQt6-6.6.1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dev-python/PyQt6/PyQt6-6.6.1.ebuild') 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 -- cgit v1.2.3-65-gdbad