mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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>
This commit is contained in:
committed by
Michał Górny
parent
6bfe140150
commit
39bc66d9cb
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user