app-crypt/yubikey-manager-qt: Switch to PYTHON_MULTI_USEDEP API
authorMichał Górny <mgorny@gentoo.org>
Fri, 7 Feb 2020 08:54:36 +0000 (09:54 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 9 Feb 2020 16:10:32 +0000 (17:10 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.1.3-r1.ebuild [moved from app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.1.3.ebuild with 83% similarity]

similarity index 83%
rename from app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.1.3.ebuild
rename to app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.1.3-r1.ebuild
index 99fb80953a8b9d6c64f7a18cbf901ab53d0f3cea..6fb3d2e0e3061186692f573ec77760e8ae011e0d 100644 (file)
@@ -17,10 +17,12 @@ KEYWORDS="~amd64"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 
 DEPEND="${PYTHON_DEPS}
-       >=app-crypt/yubikey-manager-1.0.0[${PYTHON_USEDEP}]
-       <app-crypt/yubikey-manager-4.0.0[${PYTHON_USEDEP}]
-       dev-python/cryptography[${PYTHON_USEDEP}]
-       dev-python/pyotherside[${PYTHON_USEDEP}]
+       $(python_gen_cond_dep '
+               >=app-crypt/yubikey-manager-1.0.0[${PYTHON_MULTI_USEDEP}]
+               <app-crypt/yubikey-manager-4.0.0[${PYTHON_MULTI_USEDEP}]
+               dev-python/cryptography[${PYTHON_MULTI_USEDEP}]
+       ')
+       dev-python/pyotherside[${PYTHON_SINGLE_USEDEP}]
        dev-qt/qtcore:5
        dev-qt/qtdeclarative:5
        dev-qt/qtgraphicaleffects:5