commit:     5b4ad18a24c2983b5d36dc534c5dcbfe008a6126
Author:     Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
AuthorDate: Mon May  3 16:40:25 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon May  3 16:40:25 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5b4ad18a

games-emulation/yuzu: fix cmake detection

Signed-off-by: Samuel Bauer <samuel.bauer <AT> yahoo.fr>

 games-emulation/yuzu/yuzu-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-emulation/yuzu/yuzu-9999.ebuild 
b/games-emulation/yuzu/yuzu-9999.ebuild
index ae1aac907..40befd426 100644
--- a/games-emulation/yuzu/yuzu-9999.ebuild
+++ b/games-emulation/yuzu/yuzu-9999.ebuild
@@ -64,7 +64,7 @@ src_prepare() {
        append-cxxflags '-O3 -DNDEBUG'
 
        # headers is not a valid boost component
-       sed -i -e '/find_package(Boost/s/headers //' CMakeLists.txt || die
+       sed -i -e '/find_package(Boost/{s/headers //;s/CONFIG //}' 
CMakeLists.txt || die
 
        # Allow skip submodule downloading
        rm .gitmodules

Reply via email to