From 01b5ef22ed7d88777377da9c8d7210c3f31f5ab0 Mon Sep 17 00:00:00 2001 From: Viorel Munteanu Date: Wed, 11 Jan 2023 13:09:37 +0200 Subject: [PATCH] net-misc/maestral-qt: fix svg dependency Signed-off-by: Viorel Munteanu --- net-misc/maestral-qt/maestral-qt-1.6.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/maestral-qt/maestral-qt-1.6.5.ebuild b/net-misc/maestral-qt/maestral-qt-1.6.5.ebuild index 178cfd17e4..43ea845589 100644 --- a/net-misc/maestral-qt/maestral-qt-1.6.5.ebuild +++ b/net-misc/maestral-qt/maestral-qt-1.6.5.ebuild @@ -20,7 +20,7 @@ RDEPEND=" >=dev-python/click-8.0.2[${PYTHON_USEDEP}] dev-python/markdown2[${PYTHON_USEDEP}] dev-python/packaging[${PYTHON_USEDEP}] - dev-python/PyQt6[widgets,gui,${PYTHON_USEDEP}] + dev-python/PyQt6[widgets,gui,svg,${PYTHON_USEDEP}] ~net-misc/maestral-${PV}[${PYTHON_USEDEP}] $(python_gen_cond_dep 'dev-python/importlib_resources[${PYTHON_USEDEP}]' python3_8) "