From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1541344-garchives=archives.gentoo.org@lists.gentoo.org>
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 ADF4915800A
	for <garchives@archives.gentoo.org>; Wed, 26 Jul 2023 19:00:54 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id D8EA2E0729;
	Wed, 26 Jul 2023 19:00:53 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.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 B906DE0729
	for <gentoo-commits@lists.gentoo.org>; Wed, 26 Jul 2023 19:00:53 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(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 smtp.gentoo.org (Postfix) with ESMTPS id BC0713414DB
	for <gentoo-commits@lists.gentoo.org>; Wed, 26 Jul 2023 19:00:52 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id E8A6EACD
	for <gentoo-commits@lists.gentoo.org>; Wed, 26 Jul 2023 19:00:50 +0000 (UTC)
From: "YiFei Zhu" <zhuyifei1999@gmail.com>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "YiFei Zhu" <zhuyifei1999@gmail.com>
Message-ID: <1690398036.60b0687f417795d77547e7342c8a1b568c274e11.zhuyifei1999@gentoo>
Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-emulation/citra/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: games-emulation/citra/citra-9999.ebuild
X-VCS-Directories: games-emulation/citra/
X-VCS-Committer: zhuyifei1999
X-VCS-Committer-Name: YiFei Zhu
X-VCS-Revision: 60b0687f417795d77547e7342c8a1b568c274e11
X-VCS-Branch: dev
Date: Wed, 26 Jul 2023 19:00:50 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 90aff28d-fe9c-4ba0-abfd-c88b523a326d
X-Archives-Hash: 804e6460a50f968eba444e31a6c8a092

commit:     60b0687f417795d77547e7342c8a1b568c274e11
Author:     Sebastian France <MagelessMayhem <AT> protonmail <DOT> com>
AuthorDate: Tue Jul 25 19:02:03 2023 +0000
Commit:     YiFei Zhu <zhuyifei1999 <AT> gmail <DOT> com>
CommitDate: Wed Jul 26 19:00:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=60b0687f

games-emulation/citra: Add dev-util/spirv-headers as a build dependency

Signed-off-by: Sebastian France <MagelessMayhem <AT> protonmail.com>
Signed-off-by: YiFei Zhu <zhuyifei1999 <AT> gmail.com>

 games-emulation/citra/citra-9999.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/games-emulation/citra/citra-9999.ebuild b/games-emulation/citra/citra-9999.ebuild
index 3c78946d39..a197c09e94 100644
--- a/games-emulation/citra/citra-9999.ebuild
+++ b/games-emulation/citra/citra-9999.ebuild
@@ -41,7 +41,9 @@ DEPEND="${RDEPEND}"
 BDEPEND="
 	dev-cpp/cpp-httplib
 	dev-cpp/cpp-jwt
-	dev-cpp/robin-map"
+	dev-cpp/robin-map
+	dev-util/spirv-headers
+"
 REQUIRED_USE="|| ( gui sdl )"
 
 src_unpack() {