Gentoo Archives: gentoo-commits

From: Samuel Bauer <samuel.bauer@×××××.fr>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-emulation/yuzu/
Date: Thu, 29 Apr 2021 12:53:16
Message-Id: 1619700728.3ad9fe8f741b1fe67da5652a0b553e11044c2564.samuel.bauer@gentoo
1 commit: 3ad9fe8f741b1fe67da5652a0b553e11044c2564
2 Author: Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
3 AuthorDate: Thu Apr 29 12:52:08 2021 +0000
4 Commit: Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
5 CommitDate: Thu Apr 29 12:52:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3ad9fe8f
7
8 games-emulation/yuzu: drop compatibility list support
9
10 Signed-off-by: Samuel Bauer <samuel.bauer <AT> yahoo.fr>
11
12 games-emulation/yuzu/yuzu-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/games-emulation/yuzu/yuzu-9999.ebuild b/games-emulation/yuzu/yuzu-9999.ebuild
16 index 545451680..fe7ee3c0b 100644
17 --- a/games-emulation/yuzu/yuzu-9999.ebuild
18 +++ b/games-emulation/yuzu/yuzu-9999.ebuild
19 @@ -112,6 +112,6 @@ src_configure() {
20 )
21 cmake_src_configure
22
23 - # This would be better in src_unpack but it would be unlinked
24 - mv "${S}"/compatibility_list.json "${BUILD_DIR}"/dist/compatibility_list/ || die
25 + ## This would be better in src_unpack but it would be unlinked
26 + #mv "${S}"/compatibility_list.json "${BUILD_DIR}"/dist/compatibility_list/ || die
27 }