diff options
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/pysolfc/pysolfc-2.6.4-r1.ebuild (renamed from games-board/pysolfc/pysolfc-2.6.4.ebuild) | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/games-board/pysolfc/pysolfc-2.6.4.ebuild b/games-board/pysolfc/pysolfc-2.6.4-r1.ebuild index 1eb2a374992b..1ecc1b59d1e2 100644 --- a/games-board/pysolfc/pysolfc-2.6.4.ebuild +++ b/games-board/pysolfc/pysolfc-2.6.4-r1.ebuild @@ -29,15 +29,17 @@ IUSE="extra-cardsets minimal +sound" S="${WORKDIR}/${MY_PN}-${P}" RDEPEND=" - dev-python/random2[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] - !minimal? ( - dev-python/pillow[tk,${PYTHON_USEDEP}] - dev-tcltk/tktable - ) - sound? ( - dev-python/pygame[${PYTHON_USEDEP}] - )" + $(python_gen_cond_dep ' + dev-python/random2[${PYTHON_MULTI_USEDEP}] + dev-python/six[${PYTHON_MULTI_USEDEP}] + !minimal? ( + dev-python/pillow[tk,${PYTHON_MULTI_USEDEP}] + dev-tcltk/tktable + ) + sound? ( + dev-python/pygame[${PYTHON_MULTI_USEDEP}] + ) + ')" PATCHES=( "${FILESDIR}/${PN}-gentoo.patch" #591904 |