diff options
Diffstat (limited to 'dev-games/freecell-solver/freecell-solver-6.2.0-r1.ebuild')
-rw-r--r-- | dev-games/freecell-solver/freecell-solver-6.2.0-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-games/freecell-solver/freecell-solver-6.2.0-r1.ebuild b/dev-games/freecell-solver/freecell-solver-6.2.0-r1.ebuild index 9631146ed21a..4d455fc37770 100644 --- a/dev-games/freecell-solver/freecell-solver-6.2.0-r1.ebuild +++ b/dev-games/freecell-solver/freecell-solver-6.2.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8,9} ) inherit cmake python-single-r1 DESCRIPTION="C library for automatically solving Freecell and some other solitaire variants" @@ -20,9 +20,9 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} dev-libs/rinutils $(python_gen_cond_dep ' - dev-python/pysol_cards[${PYTHON_MULTI_USEDEP}] - dev-python/random2[${PYTHON_MULTI_USEDEP}] - dev-python/six[${PYTHON_MULTI_USEDEP}] + dev-python/pysol_cards[${PYTHON_USEDEP}] + dev-python/random2[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] ') tcmalloc? ( dev-util/google-perftools ) " |