summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2021-07-17 20:14:46 +0200
committerDavid Seifert <soap@gentoo.org>2021-07-17 20:14:46 +0200
commitcd9fc181de427c17c20dfbc8c310547b3e80da7a (patch)
treeeb7f223977c1d9d90044725a82dd0c0bdf534eda /app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.2.2.ebuild
parentapp-cdr/gcdemu: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP (diff)
downloadgentoo-cd9fc181de427c17c20dfbc8c310547b3e80da7a.tar.gz
gentoo-cd9fc181de427c17c20dfbc8c310547b3e80da7a.tar.bz2
gentoo-cd9fc181de427c17c20dfbc8c310547b3e80da7a.zip
app-crypt/yubikey-manager-qt: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.2.2.ebuild')
-rw-r--r--app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.2.2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.2.2.ebuild b/app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.2.2.ebuild
index 2e4e7d2727c9..d1c17259b065 100644
--- a/app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.2.2.ebuild
+++ b/app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.2.2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8,9} )
inherit qmake-utils python-single-r1 desktop
@@ -18,8 +18,8 @@ REQUIRED_USE=${PYTHON_REQUIRED_USE}
DEPEND="${PYTHON_DEPS}
$(python_gen_cond_dep '
- >=app-crypt/yubikey-manager-4.0.0[${PYTHON_MULTI_USEDEP}]
- dev-python/cryptography[${PYTHON_MULTI_USEDEP}]
+ >=app-crypt/yubikey-manager-4.0.0[${PYTHON_USEDEP}]
+ dev-python/cryptography[${PYTHON_USEDEP}]
')
dev-python/pyotherside[${PYTHON_SINGLE_USEDEP}]
dev-qt/qtcore:5