games-emulation/yuzu: drop compatibility list support

Signed-off-by: Samuel Bauer <samuel.bauer@yahoo.fr>
This commit is contained in:
Samuel Bauer
2021-04-29 14:52:08 +02:00
parent 36563c1d61
commit 3ad9fe8f74

View File

@@ -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
}