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, 06 Oct 2021 08:14:39
Message-Id: 1633507946.275dd67cdd8b6b99ea8077cb067de9ce9e49a1f6.samuel.bauer@gentoo
1 commit: 275dd67cdd8b6b99ea8077cb067de9ce9e49a1f6
2 Author: Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
3 AuthorDate: Wed Oct 6 08:12:26 2021 +0000
4 Commit: Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
5 CommitDate: Wed Oct 6 08:12:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=275dd67c
7
8 games-emulation/yuzu: temporary disabling boxcat
9
10 Signed-off-by: Samuel Bauer <samuel.bauer <AT> yahoo.fr>
11
12 games-emulation/yuzu/yuzu-9999.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/games-emulation/yuzu/yuzu-9999.ebuild b/games-emulation/yuzu/yuzu-9999.ebuild
16 index f01ff4a76..6d0bd661d 100644
17 --- a/games-emulation/yuzu/yuzu-9999.ebuild
18 +++ b/games-emulation/yuzu/yuzu-9999.ebuild
19 @@ -123,7 +123,8 @@ src_configure() {
20 -DENABLE_SDL2=$(usex sdl)
21 -DENABLE_WEB_SERVICE=$(usex webservice)
22 -DUSE_DISCORD_PRESENCE=$(usex discord)
23 - -DYUZU_ENABLE_BOXCAT=$(usex boxcat)
24 + # -DYUZU_ENABLE_BOXCAT=$(usex boxcat) # feature removed
25 + # upstream is now fixing it, will be reintroduced
26 -DYUZU_USE_EXTERNAL_SDL2=OFF
27 -DYUZU_USE_QT_WEB_ENGINE=$(usex webengine)
28 )