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: Mon, 03 May 2021 16:41:51
Message-Id: 1620060025.5b4ad18a24c2983b5d36dc534c5dcbfe008a6126.samuel.bauer@gentoo
1 commit: 5b4ad18a24c2983b5d36dc534c5dcbfe008a6126
2 Author: Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
3 AuthorDate: Mon May 3 16:40:25 2021 +0000
4 Commit: Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
5 CommitDate: Mon May 3 16:40:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5b4ad18a
7
8 games-emulation/yuzu: fix cmake detection
9
10 Signed-off-by: Samuel Bauer <samuel.bauer <AT> yahoo.fr>
11
12 games-emulation/yuzu/yuzu-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/games-emulation/yuzu/yuzu-9999.ebuild b/games-emulation/yuzu/yuzu-9999.ebuild
16 index ae1aac907..40befd426 100644
17 --- a/games-emulation/yuzu/yuzu-9999.ebuild
18 +++ b/games-emulation/yuzu/yuzu-9999.ebuild
19 @@ -64,7 +64,7 @@ src_prepare() {
20 append-cxxflags '-O3 -DNDEBUG'
21
22 # headers is not a valid boost component
23 - sed -i -e '/find_package(Boost/s/headers //' CMakeLists.txt || die
24 + sed -i -e '/find_package(Boost/{s/headers //;s/CONFIG //}' CMakeLists.txt || die
25
26 # Allow skip submodule downloading
27 rm .gitmodules