diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-06-02 09:10:41 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-06-02 09:52:04 +0200 |
commit | 93c9c735272b790ec2e4515dcd0d7336cf8d409b (patch) | |
tree | 83b41812f7b1a8c9a2faedc01124fc35df5e90df /app-misc/anki/anki-2.1.15-r1.ebuild | |
parent | app-admin/awscli: Bump to 1.25.1 (diff) | |
download | gentoo-93c9c735272b790ec2e4515dcd0d7336cf8d409b.tar.gz gentoo-93c9c735272b790ec2e4515dcd0d7336cf8d409b.tar.bz2 gentoo-93c9c735272b790ec2e4515dcd0d7336cf8d409b.zip |
app-misc/anki: Enable py3.10
Closes: https://bugs.gentoo.org/845480
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-misc/anki/anki-2.1.15-r1.ebuild')
-rw-r--r-- | app-misc/anki/anki-2.1.15-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/anki/anki-2.1.15-r1.ebuild b/app-misc/anki/anki-2.1.15-r1.ebuild index 4b1316fe462e..deab0a159572 100644 --- a/app-misc/anki/anki-2.1.15-r1.ebuild +++ b/app-misc/anki/anki-2.1.15-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE="sqlite" inherit desktop optfeature python-single-r1 xdg |