diff options
| author | Ionen Wolkens <ionen@gentoo.org> | 2023-10-05 17:55:31 -0400 |
|---|---|---|
| committer | Ionen Wolkens <ionen@gentoo.org> | 2023-10-10 10:49:14 -0400 |
| commit | 4d38a64828776c4aa191dcc9a6dcbde046fcbc25 (patch) | |
| tree | 7129bd5acfd28c47c0f6f151c93ca9ca4c84c4e6 /dev-python/PyQt6/PyQt6-6.5.2-r1.ebuild | |
| parent | 8d0c9ba4471ebde54e1f04c720225dff677f5b1c (diff) | |
| download | gentoo-4d38a64828776c4aa191dcc9a6dcbde046fcbc25.tar.gz gentoo-4d38a64828776c4aa191dcc9a6dcbde046fcbc25.tar.bz2 gentoo-4d38a64828776c4aa191dcc9a6dcbde046fcbc25.zip | |
dev-python/PyQt6: fix USE=sql build with qt6.6
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-python/PyQt6/PyQt6-6.5.2-r1.ebuild')
| -rw-r--r-- | dev-python/PyQt6/PyQt6-6.5.2-r1.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/PyQt6/PyQt6-6.5.2-r1.ebuild b/dev-python/PyQt6/PyQt6-6.5.2-r1.ebuild index 08010f0076ec..0cf7208d441f 100644 --- a/dev-python/PyQt6/PyQt6-6.5.2-r1.ebuild +++ b/dev-python/PyQt6/PyQt6-6.5.2-r1.ebuild @@ -81,6 +81,10 @@ BDEPEND=" dbus? ( virtual/pkgconfig ) " +PATCHES=( + "${FILESDIR}"/${P}-qt660.patch +) + src_prepare() { default |
