diff options
author | Rick Farina <zerochaos@gentoo.org> | 2021-02-14 21:12:44 -0500 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2021-02-14 21:19:39 -0500 |
commit | 8685a1c0da0390ca04deed0d8912d5952ae1a011 (patch) | |
tree | b32d4173efb73930d2cd6585a9241a68c2326a34 /app-crypt/yubikey-manager | |
parent | net-libs/gupnp: bump python (diff) | |
download | gentoo-8685a1c0da0390ca04deed0d8912d5952ae1a011.tar.gz gentoo-8685a1c0da0390ca04deed0d8912d5952ae1a011.tar.bz2 gentoo-8685a1c0da0390ca04deed0d8912d5952ae1a011.zip |
app-crypt/yubikey-manager: python bump
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'app-crypt/yubikey-manager')
-rw-r--r-- | app-crypt/yubikey-manager/yubikey-manager-3.1.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/yubikey-manager/yubikey-manager-3.1.1-r1.ebuild b/app-crypt/yubikey-manager/yubikey-manager-3.1.1-r1.ebuild index 700742e3cb02..1d78a11c0b1e 100644 --- a/app-crypt/yubikey-manager/yubikey-manager-3.1.1-r1.ebuild +++ b/app-crypt/yubikey-manager/yubikey-manager-3.1.1-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit readme.gentoo-r1 distutils-r1 DESCRIPTION="Python library and command line tool for configuring a YubiKey" |