diff options
author | Rick Farina <zerochaos@gentoo.org> | 2021-02-14 21:15:13 -0500 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2021-02-14 21:19:41 -0500 |
commit | 073abc907172c5cb5a7d37f7dc1a9eeeff2d816b (patch) | |
tree | 970f7540afd5ce208fbfc0f789059e72ff7908a6 /app-crypt/yubikey-manager-qt | |
parent | net-analyzer/gr-fosphor: python bump (diff) | |
download | gentoo-073abc907172c5cb5a7d37f7dc1a9eeeff2d816b.tar.gz gentoo-073abc907172c5cb5a7d37f7dc1a9eeeff2d816b.tar.bz2 gentoo-073abc907172c5cb5a7d37f7dc1a9eeeff2d816b.zip |
app-crypt/yubikey-manager-qt: 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-qt')
-rw-r--r-- | app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.1.5.ebuild | 4 |
1 files changed, 2 insertions, 2 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 52efdcd61421..84219b5394a4 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 @@ -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 eutils qmake-utils python-single-r1 desktop |