Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: games-emulation/yuzu/
Date: Thu, 29 Apr 2021 08:23:38
Message-Id: 1619652834.dfec75eac25fdaee909b372fd0d25292f8ab0afc.mgorny@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: Michał Górny <mgorny <AT> gentoo <DOT> org>
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