From: Michał Górny Date: Fri, 7 Feb 2020 12:51:03 +0000 (+0100) Subject: dev-games/freecell-solver: Switch to PYTHON_MULTI_USEDEP API X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6d3682c5b045ce0af07a1e28e60447d14ba355ff;p=gentoo.git dev-games/freecell-solver: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny --- 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 similarity index 86% rename from dev-games/freecell-solver/freecell-solver-5.14.0.ebuild rename to 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}