commit: 3ad9fe8f741b1fe67da5652a0b553e11044c2564
Author: Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
AuthorDate: Thu Apr 29 12:52:08 2021 +0000
Commit: Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
CommitDate: Thu Apr 29 12:52:08 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3ad9fe8f
games-emulation/yuzu: drop compatibility list support
Signed-off-by: Samuel Bauer <samuel.bauer <AT> yahoo.fr>
games-emulation/yuzu/yuzu-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-emulation/yuzu/yuzu-9999.ebuild
b/games-emulation/yuzu/yuzu-9999.ebuild
index 545451680..fe7ee3c0b 100644
--- a/games-emulation/yuzu/yuzu-9999.ebuild
+++ b/games-emulation/yuzu/yuzu-9999.ebuild
@@ -112,6 +112,6 @@ src_configure() {
)
cmake_src_configure
- # This would be better in src_unpack but it would be unlinked
- mv "${S}"/compatibility_list.json
"${BUILD_DIR}"/dist/compatibility_list/ || die
+ ## This would be better in src_unpack but it would be unlinked
+ #mv "${S}"/compatibility_list.json
"${BUILD_DIR}"/dist/compatibility_list/ || die
}