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: Wed, 05 Feb 2020 23:21:15
Message-Id: 1580944861.3392a1cf3adb784f391427592f385fff189ca000.asturm@gentoo
1 commit: 3392a1cf3adb784f391427592f385fff189ca000
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 5 22:43:35 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 5 23:21:01 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3392a1cf
7
8 dev-games/freecell-solver: python3_8
9
10 Package-Manager: Portage-2.3.87, Repoman-2.3.20
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-games/freecell-solver/freecell-solver-5.14.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-games/freecell-solver/freecell-solver-5.14.0.ebuild b/dev-games/freecell-solver/freecell-solver-5.14.0.ebuild
17 index f3f63a5b417..393fd89c722 100644
18 --- a/dev-games/freecell-solver/freecell-solver-5.14.0.ebuild
19 +++ b/dev-games/freecell-solver/freecell-solver-5.14.0.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 -PYTHON_COMPAT=( python3_{6,7} )
28 +PYTHON_COMPAT=( python3_{6,7,8} )
29 inherit cmake python-single-r1
30
31 DESCRIPTION="C library for automatically solving Freecell and some other solitaire variants"