dev-games/freecell-solver: Switch to PYTHON_MULTI_USEDEP API
authorMichał Górny <mgorny@gentoo.org>
Fri, 7 Feb 2020 12:51:03 +0000 (13:51 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 9 Feb 2020 16:17:46 +0000 (17:17 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-games/freecell-solver/freecell-solver-5.14.0-r1.ebuild [moved from dev-games/freecell-solver/freecell-solver-5.14.0.ebuild with 86% similarity]

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 393fd89c72220fffb5d320212f0ed2d15f7a925c..996f3aa184b5c9791cfe187e55502b16e444462a 100644 (file)
@@ -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}