diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-07 13:51:03 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:17:46 +0100 |
commit | 6d3682c5b045ce0af07a1e28e60447d14ba355ff (patch) | |
tree | 22dc5ada0e9854584fdafe3aeb4c1ceccf6706fb /dev-games/freecell-solver | |
parent | dev-games/cegui: Switch to PYTHON_MULTI_USEDEP API (diff) | |
download | gentoo-6d3682c5b045ce0af07a1e28e60447d14ba355ff.tar.gz gentoo-6d3682c5b045ce0af07a1e28e60447d14ba355ff.tar.bz2 gentoo-6d3682c5b045ce0af07a1e28e60447d14ba355ff.zip |
dev-games/freecell-solver: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-games/freecell-solver')
-rw-r--r-- | dev-games/freecell-solver/freecell-solver-5.14.0-r1.ebuild (renamed from dev-games/freecell-solver/freecell-solver-5.14.0.ebuild) | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-games/freecell-solver/freecell-solver-5.14.0.ebuild b/dev-games/freecell-solver/freecell-solver-5.14.0-r1.ebuild index 393fd89c7222..996f3aa184b5 100644 --- a/dev-games/freecell-solver/freecell-solver-5.14.0.ebuild +++ b/dev-games/freecell-solver/freecell-solver-5.14.0-r1.ebuild @@ -18,9 +18,11 @@ IUSE="tcmalloc" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} - dev-python/pysol_cards[${PYTHON_USEDEP}] - dev-python/random2[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/pysol_cards[${PYTHON_MULTI_USEDEP}] + dev-python/random2[${PYTHON_MULTI_USEDEP}] + dev-python/six[${PYTHON_MULTI_USEDEP}] + ') tcmalloc? ( dev-util/google-perftools ) " DEPEND="${RDEPEND} |