Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-games/freecell-solver/
Date: Sun, 25 Oct 2020 00:28:05
Message-Id: 1603585661.f01769d07240cd6c51c032d214ac5eddac8f8896.asturm@gentoo
1 commit: f01769d07240cd6c51c032d214ac5eddac8f8896
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 24 19:10:05 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 25 00:27:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f01769d0
7
8 dev-games/freecell-solver: python3_9
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.2
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-games/freecell-solver/freecell-solver-6.2.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-games/freecell-solver/freecell-solver-6.2.0.ebuild b/dev-games/freecell-solver/freecell-solver-6.2.0.ebuild
17 index 9816507ca29..caab3a22456 100644
18 --- a/dev-games/freecell-solver/freecell-solver-6.2.0.ebuild
19 +++ b/dev-games/freecell-solver/freecell-solver-6.2.0.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python3_{6,7,8} )
25 +PYTHON_COMPAT=( python3_{6,7,8,9} )
26 inherit cmake python-single-r1
27
28 DESCRIPTION="C library for automatically solving Freecell and some other solitaire variants"