summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-06-01 10:07:55 +0000
committerSam James <sam@gentoo.org>2021-06-01 10:08:06 +0000
commit88a999fa5cd56ff49c69c873d94fcd4ac4225807 (patch)
tree46a27c7e5122bc7f497edea4c2c4f008ea67a428 /dev-games/cegui
parentapp-backup/borgweb: add Python 3.9 (diff)
downloadgentoo-88a999fa5cd56ff49c69c873d94fcd4ac4225807.tar.gz
gentoo-88a999fa5cd56ff49c69c873d94fcd4ac4225807.tar.bz2
gentoo-88a999fa5cd56ff49c69c873d94fcd4ac4225807.zip
dev-games/cegui: add Python 3.9
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-games/cegui')
-rw-r--r--dev-games/cegui/cegui-0.8.7-r100.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-games/cegui/cegui-0.8.7-r100.ebuild b/dev-games/cegui/cegui-0.8.7-r100.ebuild
index 7c84fecbec66..d47ffdaeeddb 100644
--- a/dev-games/cegui/cegui-0.8.7-r100.ebuild
+++ b/dev-games/cegui/cegui-0.8.7-r100.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
# TODO: multiple ABI?
LUA_COMPAT=( lua5-1 )
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8,9} )
inherit flag-o-matic cmake lua-single python-single-r1
DESCRIPTION="Crazy Eddie's GUI System"