diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-10-05 17:53:02 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-10-10 10:49:14 -0400 |
commit | 8d0c9ba4471ebde54e1f04c720225dff677f5b1c (patch) | |
tree | 1455be9d66d66d75f8838009f886dde0035def76 /dev-python | |
parent | app-misc/empty: drop old (diff) | |
download | gentoo-8d0c9ba4471ebde54e1f04c720225dff677f5b1c.tar.gz gentoo-8d0c9ba4471ebde54e1f04c720225dff677f5b1c.tar.bz2 gentoo-8d0c9ba4471ebde54e1f04c720225dff677f5b1c.zip |
dev-python/PyQt6: pin 6.5.2-r0 to <Qt6.6 for bluetooth+sql
Both fail to build. No revbump needed given it should be usable
with 6.6 if it was built against an older version like 6.5.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/PyQt6/PyQt6-6.5.2.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/PyQt6/PyQt6-6.5.2.ebuild b/dev-python/PyQt6/PyQt6-6.5.2.ebuild index 1cea7b121eaf..e491f92c1c85 100644 --- a/dev-python/PyQt6/PyQt6-6.5.2.ebuild +++ b/dev-python/PyQt6/PyQt6-6.5.2.ebuild @@ -73,6 +73,10 @@ RDEPEND=" ${DEPEND} >=dev-python/PyQt6-sip-13.4[${PYTHON_USEDEP}] " +DEPEND+=" + bluetooth? ( <dev-qt/qtconnectivity-6.6 ) + sql? ( <dev-qt/qtbase-6.6 ) +" BDEPEND=" >=dev-python/PyQt-builder-1.15[${PYTHON_USEDEP}] >=dev-qt/qtbase-${QT_PV} |