diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-08-01 18:09:19 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-08-01 18:09:19 -0400 |
commit | 71524ce159a0403f801f2ab69d6ebfe8cf821294 (patch) | |
tree | dbe1a90f8ef8aec890cb2c32fab4aed1ed585aa8 /games-emulation | |
parent | package.mask: last-rite dev-python/pylzma (diff) | |
download | gentoo-71524ce159a0403f801f2ab69d6ebfe8cf821294.tar.gz gentoo-71524ce159a0403f801f2ab69d6ebfe8cf821294.tar.bz2 gentoo-71524ce159a0403f801f2ab69d6ebfe8cf821294.zip |
games-emulation/m64py: drop || on p7 conditional
* dev-python/pylzma is last-rited
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/m64py/m64py-0.2.4.ebuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/games-emulation/m64py/m64py-0.2.4.ebuild b/games-emulation/m64py/m64py-0.2.4.ebuild index 7655373b07f9..be315cbc1541 100644 --- a/games-emulation/m64py/m64py-0.2.4.ebuild +++ b/games-emulation/m64py/m64py-0.2.4.ebuild @@ -21,12 +21,7 @@ RDEPEND=" dev-python/PySDL2[${PYTHON_USEDEP}] media-libs/libsdl2[joystick,video] >=games-emulation/mupen64plus-core-2.5:0/2-sdl2 - 7z? ( - || ( - dev-python/pylzma[${PYTHON_USEDEP}] - app-arch/p7zip - ) - ) + 7z? ( app-arch/p7zip ) rar? ( || ( dev-python/rarfile[${PYTHON_USEDEP}] |