commit: 09f86a38571638b82993195bdde311a23cf94aa8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 14 14:02:12 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 14 14:02:12 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09f86a38
net-misc/electrum: Add missing PyQt6 USE-deps
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-misc/electrum/electrum-4.6.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/electrum/electrum-4.6.2.ebuild
b/net-misc/electrum/electrum-4.6.2.ebuild
index e12c11ee4d80..32331eaaad2c 100644
--- a/net-misc/electrum/electrum-4.6.2.ebuild
+++ b/net-misc/electrum/electrum-4.6.2.ebuild
@@ -49,7 +49,7 @@ RDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
qrcode? ( media-gfx/zbar[v4l] )
qt6? (
- dev-python/pyqt6[gui,widgets,${PYTHON_USEDEP}]
+
dev-python/pyqt6[gui,multimedia,printsupport,qml,quick,widgets,${PYTHON_USEDEP}]
)
ncurses? ( $(python_gen_impl_dep 'ncurses') )
"