diff options
author | Chris Burroughs <chris.burroughs@gmail.com> | 2021-05-28 16:24:36 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-01 00:03:37 +0000 |
commit | 94d82f3a13de312d8aa1afbd328c0a2838307a37 (patch) | |
tree | 74b56e5edcf665beb0b2788ca8deb52b444ecfc1 /app-misc/anki | |
parent | x11-terms/kitty-terminfo: bump to 0.20.3 (diff) | |
download | gentoo-94d82f3a13de312d8aa1afbd328c0a2838307a37.tar.gz gentoo-94d82f3a13de312d8aa1afbd328c0a2838307a37.tar.bz2 gentoo-94d82f3a13de312d8aa1afbd328c0a2838307a37.zip |
app-misc/anki: bump python to 3.9
Closes: https://bugs.gentoo.org/791799
Signed-off-by: Chris Burroughs <chris.burroughs@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/21028
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc/anki')
-rw-r--r-- | app-misc/anki/anki-2.1.15.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/anki/anki-2.1.15.ebuild b/app-misc/anki/anki-2.1.15.ebuild index 7acb0a519044..a1b7dc8c2e75 100644 --- a/app-misc/anki/anki-2.1.15.ebuild +++ b/app-misc/anki/anki-2.1.15.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) PYTHON_REQ_USE="sqlite" inherit desktop optfeature python-single-r1 xdg |