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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5201E158090 for ; Mon, 9 May 2022 18:34:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D79FE07B2; Mon, 9 May 2022 18:34:55 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5145BE07B2 for ; Mon, 9 May 2022 18:34:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 478973413BA for ; Mon, 9 May 2022 18:34:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3DAF455 for ; Mon, 9 May 2022 18:34:52 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1652120712.df151128206ef2e4de535a3f4f3749bb17edfa9f.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-util/mangohud/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-util/mangohud/mangohud-0.6.6.1-r1.ebuild X-VCS-Directories: games-util/mangohud/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: df151128206ef2e4de535a3f4f3749bb17edfa9f X-VCS-Branch: dev Date: Mon, 9 May 2022 18:34:52 +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: 82aceb8a-f9db-4056-9a86-b92db21b647b X-Archives-Hash: c4eb15f4d6722ebdfaf05861d96c481a Message-ID: <20220509183452.eT40F7yHHkbTFYSlW5lW2EmpzB-HWwIufmgvh6FynkQ@z> commit: df151128206ef2e4de535a3f4f3749bb17edfa9f Author: Andrew Ammerlaan gentoo org> AuthorDate: Mon May 9 18:25:12 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon May 9 18:25:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=df151128 games-util/mangohud: fix spdlog dep spdlog explicitly describes itself as header-only, so we don't need the MULTILIB_USEDEP (which is causing CI to fail) Signed-off-by: Andrew Ammerlaan gentoo.org> games-util/mangohud/mangohud-0.6.6.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-util/mangohud/mangohud-0.6.6.1-r1.ebuild b/games-util/mangohud/mangohud-0.6.6.1-r1.ebuild index f6f2e4aaf..d9a0a388b 100644 --- a/games-util/mangohud/mangohud-0.6.6.1-r1.ebuild +++ b/games-util/mangohud/mangohud-0.6.6.1-r1.ebuild @@ -38,7 +38,7 @@ BDEPEND=" DEPEND=" dev-python/mako[${PYTHON_USEDEP}] - dev-libs/spdlog[${MULTILIB_USEDEP}] + dev-libs/spdlog dev-util/glslang[${MULTILIB_USEDEP}] >=dev-util/vulkan-headers-1.2 media-libs/vulkan-loader[${MULTILIB_USEDEP}]