commit: 6d3682c5b045ce0af07a1e28e60447d14ba355ff
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 7 12:51:03 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 9 16:17:46 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d3682c5
dev-games/freecell-solver: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
...cell-solver-5.14.0.ebuild => freecell-solver-5.14.0-r1.ebuild} | 8 +++++---
1 file 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
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 393fd89c722..996f3aa184b 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}