From 9603b2f17b36a9301619b3b173b5ae09d81208d4 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Tue, 15 Dec 2020 21:39:01 +0200 Subject: [PATCH] net-im/mirage: update dependencies for live ebuild Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Alfred Wingate --- net-im/mirage/mirage-9999.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/net-im/mirage/mirage-9999.ebuild b/net-im/mirage/mirage-9999.ebuild index 6d8276a..fe2bfc2 100644 --- a/net-im/mirage/mirage-9999.ebuild +++ b/net-im/mirage/mirage-9999.ebuild @@ -3,7 +3,9 @@ EAPI=7 +# Python 3.9 is blocked due to dependencies pyotherside and aiofiles missing targets, otherwise python 3.9 should be supported. PYTHON_COMPAT=( python3_{6..8} ) + inherit qmake-utils python-single-r1 xdg DESCRIPTION="A fancy, customizable, keyboard-operable Qt/QML+Python Matrix chat client." @@ -58,8 +60,7 @@ RDEPEND=" dev-python/matrix-nio[e2e,${PYTHON_USEDEP}] >=dev-python/aiofiles-0.4.0[${PYTHON_USEDEP}] >=dev-python/appdirs-1.4.4[${PYTHON_USEDEP}] - >=dev-python/blist-1.3.6[${PYTHON_USEDEP}] - >=media-gfx/cairosvg-2.4.2[${PYTHON_USEDEP}] + >=dev-python/dbus-python-1.2.16[${PYTHON_USEDEP}] >=dev-python/filetype-1.0.7[${PYTHON_USEDEP}] >=dev-python/html_sanitizer-1.9.1[${PYTHON_USEDEP}] >=dev-python/lxml-4.5.1[${PYTHON_USEDEP}] @@ -67,6 +68,8 @@ RDEPEND=" >=dev-python/pillow-7.0.0[${PYTHON_USEDEP}] >=dev-python/plyer-1.4.3[${PYTHON_USEDEP}] >=dev-python/pymediainfo-4.2.1[${PYTHON_USEDEP}] + >=dev-python/sortedcontainers-2.2.2[${PYTHON_USEDEP}] + >=media-gfx/cairosvg-2.4.2[${PYTHON_USEDEP}] python_single_target_python3_6? ( >=dev-python/async_generator-1.10[python_targets_python3_6] ) python_single_target_python3_6? ( >=dev-python/dataclasses-0.6[python_targets_python3_6] ) python_single_target_python3_6? ( >=dev-python/pyfastcopy-1.0.3[python_targets_python3_6] )