diff options
author | Göktürk Yüksek <gokturk@gentoo.org> | 2017-07-07 15:46:05 -0400 |
---|---|---|
committer | Göktürk Yüksek <gokturk@gentoo.org> | 2017-07-07 16:03:33 -0400 |
commit | 954214b725d356893596efac921c9fe1082a2735 (patch) | |
tree | d074bf3f252edcabc793a8ff6c9d8890a724e8bd /app-crypt/yubikey-manager | |
parent | net-libs/webkit-gtk: security cleanup (diff) | |
download | gentoo-954214b725d356893596efac921c9fe1082a2735.tar.gz gentoo-954214b725d356893596efac921c9fe1082a2735.tar.bz2 gentoo-954214b725d356893596efac921c9fe1082a2735.zip |
app-crypt/yubikey-manager: add support for python3.6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-crypt/yubikey-manager')
3 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/yubikey-manager/yubikey-manager-0.3.2-r1.ebuild b/app-crypt/yubikey-manager/yubikey-manager-0.3.2-r1.ebuild index 8e88b1ec4248..eb81ef9c289d 100644 --- a/app-crypt/yubikey-manager/yubikey-manager-0.3.2-r1.ebuild +++ b/app-crypt/yubikey-manager/yubikey-manager-0.3.2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) inherit distutils-r1 DESCRIPTION="Python library and command line tool for configuring a YubiKey" diff --git a/app-crypt/yubikey-manager/yubikey-manager-0.3.3.ebuild b/app-crypt/yubikey-manager/yubikey-manager-0.3.3.ebuild index 8e88b1ec4248..eb81ef9c289d 100644 --- a/app-crypt/yubikey-manager/yubikey-manager-0.3.3.ebuild +++ b/app-crypt/yubikey-manager/yubikey-manager-0.3.3.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) inherit distutils-r1 DESCRIPTION="Python library and command line tool for configuring a YubiKey" diff --git a/app-crypt/yubikey-manager/yubikey-manager-0.4.0.ebuild b/app-crypt/yubikey-manager/yubikey-manager-0.4.0.ebuild index 9ca356140118..d5ad29c57862 100644 --- a/app-crypt/yubikey-manager/yubikey-manager-0.4.0.ebuild +++ b/app-crypt/yubikey-manager/yubikey-manager-0.4.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) inherit distutils-r1 DESCRIPTION="Python library and command line tool for configuring a YubiKey" |