diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2019-07-23 21:08:15 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-23 21:45:07 +0200 |
commit | 39bc66d9cb1e1dc8c853df170f485196f73aff18 (patch) | |
tree | b493a902ee90bcd42399b5cc094808ffc49ffc1e /www-plugins | |
parent | x11-drivers/nvidia-drivers: Old (diff) | |
download | gentoo-39bc66d9cb1e1dc8c853df170f485196f73aff18.tar.gz gentoo-39bc66d9cb1e1dc8c853df170f485196f73aff18.tar.bz2 gentoo-39bc66d9cb1e1dc8c853df170f485196f73aff18.zip |
www-plugins/passff-host: Fix python eclass warnings
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'www-plugins')
-rw-r--r-- | www-plugins/passff-host/passff-host-1.2.0-r1.ebuild (renamed from www-plugins/passff-host/passff-host-1.2.0.ebuild) | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/www-plugins/passff-host/passff-host-1.2.0.ebuild b/www-plugins/passff-host/passff-host-1.2.0-r1.ebuild index f42fb96ba19b..790ceb426225 100644 --- a/www-plugins/passff-host/passff-host-1.2.0.ebuild +++ b/www-plugins/passff-host/passff-host-1.2.0-r1.ebuild @@ -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}" |