aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny (tastytea) Gutbrod <gentoo@tastytea.de>2020-06-14 21:45:47 +0200
committerRonny (tastytea) Gutbrod <gentoo@tastytea.de>2020-06-14 21:49:26 +0200
commita11eb0b964d91b69d43536b9c39d918d9e89d81a (patch)
treeaba92369b2f19156451fef405e7eb67b5d640e9a /games-util
parentdev-python/pylatex: fixes and add py3_9 (diff)
downloadguru-a11eb0b964d91b69d43536b9c39d918d9e89d81a.tar.gz
guru-a11eb0b964d91b69d43536b9c39d918d9e89d81a.tar.bz2
guru-a11eb0b964d91b69d43536b9c39d918d9e89d81a.zip
games-util/legendary: Add Python 3.9 support.
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
Diffstat (limited to 'games-util')
-rw-r--r--games-util/legendary/legendary-0.0.19.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/games-util/legendary/legendary-0.0.19.ebuild b/games-util/legendary/legendary-0.0.19.ebuild
index 7310e06d7..86b4856b1 100644
--- a/games-util/legendary/legendary-0.0.19.ebuild
+++ b/games-util/legendary/legendary-0.0.19.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_8 python3_9 )
inherit distutils-r1