www-plugins/passff-host: Fix python eclass warnings
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>
Tue, 23 Jul 2019 19:08:15 +0000 (21:08 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 23 Jul 2019 19:45:07 +0000 (21:45 +0200)
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
www-plugins/passff-host/passff-host-1.2.0-r1.ebuild [moved from www-plugins/passff-host/passff-host-1.2.0.ebuild with 92% similarity]

similarity index 92%
rename from www-plugins/passff-host/passff-host-1.2.0.ebuild
rename to www-plugins/passff-host/passff-host-1.2.0-r1.ebuild
index f42fb96ba19b413c1a591c16acc6d754efb5053d..790ceb42622508192d3102e0d141a771cb34fa90 100644 (file)
@@ -19,7 +19,12 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="chrome chromium firefox vivaldi"
-REQUIRED_USE="|| ( chrome chromium firefox vivaldi )"
+REQUIRED_USE="
+       ${PYTHON_REQUIRED_USE}
+       || ( chrome chromium firefox vivaldi )
+"
+
+RDEPEND="${PYTHON_DEPS}"
 
 S="${WORKDIR}"