From 711c215c9924e60988c4b3ad21297279a00d7218 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Thu, 24 Sep 2020 02:42:43 +0300 Subject: [PATCH] net-im/mirage: add dependency for 9999 and switch branches Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Alfred Wingate --- net-im/mirage/mirage-9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-im/mirage/mirage-9999.ebuild b/net-im/mirage/mirage-9999.ebuild index 99dd228..6ee1abf 100644 --- a/net-im/mirage/mirage-9999.ebuild +++ b/net-im/mirage/mirage-9999.ebuild @@ -27,6 +27,7 @@ if [[ "${PV}" == "9999" ]] then inherit git-r3 EGIT_REPO_URI="https://github.com/mirukana/mirage.git" + EGIT_BRANCH="dev" EGIT_SUBMODULES=( '*' ) else SRC_URI=" @@ -74,6 +75,7 @@ RDEPEND=" >=dev-python/lxml-4.5.1[${PYTHON_USEDEP}] >=dev-python/mistune-0.8.4[${PYTHON_USEDEP}] >=dev-python/pillow-7.0.0[${PYTHON_USEDEP}] + >=dev-python/plyer-1.4.3[${PYTHON_USEDEP}] >=dev-python/pymediainfo-4.2.1[${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] )