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: Wed, 28 Apr 2021 23:34:48
Message-Id: 1619652834.dfec75eac25fdaee909b372fd0d25292f8ab0afc.samuel.bauer@gentoo
1 commit: dfec75eac25fdaee909b372fd0d25292f8ab0afc
2 Author: Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
3 AuthorDate: Wed Apr 28 23:33:54 2021 +0000
4 Commit: Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
5 CommitDate: Wed Apr 28 23:33:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dfec75ea
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 | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/games-emulation/yuzu/yuzu-9999.ebuild b/games-emulation/yuzu/yuzu-9999.ebuild
16 index ff94baa92..545451680 100644
17 --- a/games-emulation/yuzu/yuzu-9999.ebuild
18 +++ b/games-emulation/yuzu/yuzu-9999.ebuild
19 @@ -108,6 +108,7 @@ src_configure() {
20 -DUSE_DISCORD_PRESENCE=$(usex discord ON OFF)
21 -DYUZU_ENABLE_BOXCAT=$(usex boxcat ON OFF)
22 -DYUZU_USE_QT_WEB_ENGINE=$(usex webengine ON OFF)
23 + -DENABLE_COMPATIBILITY_LIST_DOWNLOAD=OFF
24 )
25 cmake_src_configure