Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-games/cegui/
Date: Tue, 01 Jun 2021 10:08:18
Message-Id: 1622542086.88a999fa5cd56ff49c69c873d94fcd4ac4225807.sam@gentoo
1 commit: 88a999fa5cd56ff49c69c873d94fcd4ac4225807
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 1 10:07:55 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 1 10:08:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88a999fa
7
8 dev-games/cegui: add Python 3.9
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-games/cegui/cegui-0.8.7-r100.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-games/cegui/cegui-0.8.7-r100.ebuild b/dev-games/cegui/cegui-0.8.7-r100.ebuild
16 index 7c84fecbec6..d47ffdaeedd 100644
17 --- a/dev-games/cegui/cegui-0.8.7-r100.ebuild
18 +++ b/dev-games/cegui/cegui-0.8.7-r100.ebuild
19 @@ -1,11 +1,11 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25
26 # TODO: multiple ABI?
27 LUA_COMPAT=( lua5-1 )
28 -PYTHON_COMPAT=( python3_8 )
29 +PYTHON_COMPAT=( python3_{8,9} )
30 inherit flag-o-matic cmake lua-single python-single-r1
31
32 DESCRIPTION="Crazy Eddie's GUI System"