diff options
author | David Seifert <soap@gentoo.org> | 2021-07-17 20:14:46 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-07-17 20:14:46 +0200 |
commit | cd9fc181de427c17c20dfbc8c310547b3e80da7a (patch) | |
tree | eb7f223977c1d9d90044725a82dd0c0bdf534eda /app-crypt/yubikey-manager-qt | |
parent | app-cdr/gcdemu: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP (diff) | |
download | gentoo-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')
-rw-r--r-- | app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.1.5.ebuild | 8 | ||||
-rw-r--r-- | app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.2.2.ebuild | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.1.5.ebuild b/app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.1.5.ebuild index d56aa22bd7e2..7454fa78fae8 100644 --- a/app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.1.5.ebuild +++ b/app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.1.5.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,9 +18,9 @@ REQUIRED_USE=${PYTHON_REQUIRED_USE} DEPEND="${PYTHON_DEPS} $(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}] + >=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_SINGLE_USEDEP}] dev-qt/qtcore:5 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 |