diff options
| author | Ionen Wolkens <ionen@gentoo.org> | 2023-12-12 16:57:45 -0500 |
|---|---|---|
| committer | Ionen Wolkens <ionen@gentoo.org> | 2023-12-12 21:52:40 -0500 |
| commit | db7dd9f234f68a89e1b9da5e973d2e038b1c5131 (patch) | |
| tree | d6d0eef000a9663ed383f2badd3ed643cdb174d6 /dev-python/PyQt6/PyQt6-6.6.1.ebuild | |
| parent | 99c0dd546dbb91192a3529d0a03bd94055540bb3 (diff) | |
| download | gentoo-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.ebuild | 4 |
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 |
