From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3D4BC1382C5 for ; Mon, 3 May 2021 16:41:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 919D4E05AC; Mon, 3 May 2021 16:41:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 794BBE05AC for ; Mon, 3 May 2021 16:41:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 52BA0335D63 for ; Mon, 3 May 2021 16:41:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90D02729 for ; Mon, 3 May 2021 16:41:47 +0000 (UTC) From: "Samuel Bauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Samuel Bauer" Message-ID: <1620060025.5b4ad18a24c2983b5d36dc534c5dcbfe008a6126.samuel.bauer@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-emulation/yuzu/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-emulation/yuzu/yuzu-9999.ebuild X-VCS-Directories: games-emulation/yuzu/ X-VCS-Committer: samuel.bauer X-VCS-Committer-Name: Samuel Bauer X-VCS-Revision: 5b4ad18a24c2983b5d36dc534c5dcbfe008a6126 X-VCS-Branch: dev Date: Mon, 3 May 2021 16:41:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b28b8aec-b330-4f68-9f66-1cb2ccbf69c4 X-Archives-Hash: 4e1349ac0eed1215be647c465d53c01e commit: 5b4ad18a24c2983b5d36dc534c5dcbfe008a6126 Author: Samuel Bauer yahoo fr> AuthorDate: Mon May 3 16:40:25 2021 +0000 Commit: Samuel Bauer yahoo fr> 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 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