diff options
| author | Ionen Wolkens <ionen@gentoo.org> | 2023-12-19 15:50:34 -0500 |
|---|---|---|
| committer | Ionen Wolkens <ionen@gentoo.org> | 2023-12-19 15:58:23 -0500 |
| commit | 6c3e94908f9d009c174701f04870914d3804a4a1 (patch) | |
| tree | 5933750e47a16309a8f08de3f279689bba013259 /dev-python/PyQt6/PyQt6-6.6.1.ebuild | |
| parent | 6c1789ae92c9b25e145778f7024f5243a15afed5 (diff) | |
| download | gentoo-6c3e94908f9d009c174701f04870914d3804a4a1.tar.gz gentoo-6c3e94908f9d009c174701f04870914d3804a4a1.tar.bz2 gentoo-6c3e94908f9d009c174701f04870914d3804a4a1.zip | |
dev-python/PyQt6: cleanup unnecessary (-)
Flag was added in qtwebengine-6.5.3 and this PyQt6 version checks
for >=6.6.0, so it does not matter anymore.
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/PyQt6/PyQt6-6.6.1.ebuild b/dev-python/PyQt6/PyQt6-6.6.1.ebuild index 1bf42ba63ec2..dc80efd5e2f0 100644 --- a/dev-python/PyQt6/PyQt6-6.6.1.ebuild +++ b/dev-python/PyQt6/PyQt6-6.6.1.ebuild @@ -61,7 +61,7 @@ DEPEND=" opengl? ( gles2-only? ( media-libs/libglvnd ) ) - pdfium? ( >=dev-qt/qtwebengine-${QT_PV}[pdfium(-),widgets?] ) + pdfium? ( >=dev-qt/qtwebengine-${QT_PV}[pdfium,widgets?] ) positioning? ( >=dev-qt/qtpositioning-${QT_PV} ) qml? ( >=dev-qt/qtdeclarative-${QT_PV}[widgets?] ) quick3d? ( >=dev-qt/qtquick3d-${QT_PV} ) |
