Skip to content

Commit

Permalink
app-crypt/yubikey-manager-qt: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Browse files Browse the repository at this point in the history
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
SoapGentoo committed Jul 17, 2021
1 parent aaea7eb commit cd9fc18
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.1.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

PYTHON_COMPAT=( python3_{7,8,9} )
PYTHON_COMPAT=( python3_{8,9} )

inherit qmake-utils python-single-r1 desktop

Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.2.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

PYTHON_COMPAT=( python3_{7,8,9} )
PYTHON_COMPAT=( python3_{8,9} )

inherit qmake-utils python-single-r1 desktop

Expand All @@ -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
Expand Down

0 comments on commit cd9fc18

Please sign in to comment.