diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-02-05 23:43:35 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-02-06 00:21:01 +0100 |
commit | 3392a1cf3adb784f391427592f385fff189ca000 (patch) | |
tree | cb7a99bda4735f8b9407811bc63707d3e4c678be /dev-games | |
parent | profiles: x86: mask USE flags that pull in sys-cluster/ceph (diff) | |
download | gentoo-3392a1cf3adb784f391427592f385fff189ca000.tar.gz gentoo-3392a1cf3adb784f391427592f385fff189ca000.tar.bz2 gentoo-3392a1cf3adb784f391427592f385fff189ca000.zip |
dev-games/freecell-solver: python3_8
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/freecell-solver/freecell-solver-5.14.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-games/freecell-solver/freecell-solver-5.14.0.ebuild b/dev-games/freecell-solver/freecell-solver-5.14.0.ebuild index f3f63a5b4170..393fd89c7222 100644 --- a/dev-games/freecell-solver/freecell-solver-5.14.0.ebuild +++ b/dev-games/freecell-solver/freecell-solver-5.14.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit cmake python-single-r1 DESCRIPTION="C library for automatically solving Freecell and some other solitaire variants" |