diff options
author | Marek Szuba <marecki@gentoo.org> | 2023-02-27 12:16:41 +0000 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2023-02-27 12:45:05 +0000 |
commit | dcb4985601e1d119f3315d13de3a4a0433f8e636 (patch) | |
tree | 4ef6b9582ab73980eaf63783124d852223d54fa8 | |
parent | app-crypt/yubikey-manager: enable py3.11 (diff) | |
download | gentoo-dcb4985601e1d119f3315d13de3a4a0433f8e636.tar.gz gentoo-dcb4985601e1d119f3315d13de3a4a0433f8e636.tar.bz2 gentoo-dcb4985601e1d119f3315d13de3a4a0433f8e636.zip |
app-crypt/yubioath-desktop: enable py3.11
Closes: https://bugs.gentoo.org/896518
Signed-off-by: Marek Szuba <marecki@gentoo.org>
-rw-r--r-- | app-crypt/yubioath-desktop/yubioath-desktop-5.1.0-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/yubioath-desktop/yubioath-desktop-5.1.0-r3.ebuild b/app-crypt/yubioath-desktop/yubioath-desktop-5.1.0-r3.ebuild index 0cf919d9712a..71795479f0b7 100644 --- a/app-crypt/yubioath-desktop/yubioath-desktop-5.1.0-r3.ebuild +++ b/app-crypt/yubioath-desktop/yubioath-desktop-5.1.0-r3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit desktop python-single-r1 qmake-utils xdg |