Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/m64py/
Date: Sat, 01 Aug 2020 22:10:41
Message-Id: 1596319759.71524ce159a0403f801f2ab69d6ebfe8cf821294.bman@gentoo
1 commit: 71524ce159a0403f801f2ab69d6ebfe8cf821294
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 1 22:09:19 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 1 22:09:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71524ce1
7
8 games-emulation/m64py: drop || on p7 conditional
9
10 * dev-python/pylzma is last-rited
11
12 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
13
14 games-emulation/m64py/m64py-0.2.4.ebuild | 7 +------
15 1 file changed, 1 insertion(+), 6 deletions(-)
16
17 diff --git a/games-emulation/m64py/m64py-0.2.4.ebuild b/games-emulation/m64py/m64py-0.2.4.ebuild
18 index 7655373b07f..be315cbc154 100644
19 --- a/games-emulation/m64py/m64py-0.2.4.ebuild
20 +++ b/games-emulation/m64py/m64py-0.2.4.ebuild
21 @@ -21,12 +21,7 @@ RDEPEND="
22 dev-python/PySDL2[${PYTHON_USEDEP}]
23 media-libs/libsdl2[joystick,video]
24 >=games-emulation/mupen64plus-core-2.5:0/2-sdl2
25 - 7z? (
26 - || (
27 - dev-python/pylzma[${PYTHON_USEDEP}]
28 - app-arch/p7zip
29 - )
30 - )
31 + 7z? ( app-arch/p7zip )
32 rar? (
33 || (
34 dev-python/rarfile[${PYTHON_USEDEP}]