sys-auth/authenticator: Switch to PYTHON_MULTI_USEDEP API

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-02-07 21:20:10 +01:00
parent bcb664a7f1
commit ecb499709f
2 changed files with 14 additions and 10 deletions

View File

@@ -27,11 +27,13 @@ RESTRICT="!test? ( test )"
RDEPEND="
${PYTHON_DEPS}
app-crypt/libsecret
dev-python/pillow[${PYTHON_USEDEP}]
dev-python/pygobject:3[${PYTHON_USEDEP}]
dev-python/pyotp[${PYTHON_USEDEP}]
dev-python/python-gnupg[${PYTHON_USEDEP}]
dev-python/pyzbar[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
dev-python/pillow[${PYTHON_MULTI_USEDEP}]
dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
dev-python/pyotp[${PYTHON_MULTI_USEDEP}]
dev-python/python-gnupg[${PYTHON_MULTI_USEDEP}]
dev-python/pyzbar[${PYTHON_MULTI_USEDEP}]
')
media-libs/gd
x11-libs/gtk+:3
"

View File

@@ -27,11 +27,13 @@ RESTRICT="!test? ( test )"
RDEPEND="
${PYTHON_DEPS}
app-crypt/libsecret
dev-python/pillow[${PYTHON_USEDEP}]
dev-python/pygobject:3[${PYTHON_USEDEP}]
dev-python/pyotp[${PYTHON_USEDEP}]
dev-python/python-gnupg[${PYTHON_USEDEP}]
dev-python/pyzbar[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
dev-python/pillow[${PYTHON_MULTI_USEDEP}]
dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
dev-python/pyotp[${PYTHON_MULTI_USEDEP}]
dev-python/python-gnupg[${PYTHON_MULTI_USEDEP}]
dev-python/pyzbar[${PYTHON_MULTI_USEDEP}]
')
media-libs/gd
x11-libs/gtk+:3
"