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 29749158094 for ; Mon, 8 Aug 2022 11:04:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D6A3E0BDF; Mon, 8 Aug 2022 11:04:34 +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 3BDF0E0BDF for ; Mon, 8 Aug 2022 11:04:34 +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 611C5340C42 for ; Mon, 8 Aug 2022 11:04:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F1FC559 for ; Mon, 8 Aug 2022 11:04:31 +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: <1659956626.8d8a045581d950439a9ef6e4d30d4e8136c11b4e.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-0_p20220725.ebuild 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: 8d8a045581d950439a9ef6e4d30d4e8136c11b4e X-VCS-Branch: dev Date: Mon, 8 Aug 2022 11:04:31 +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: 154f3c3f-13e0-4191-80d2-9e837841f206 X-Archives-Hash: aaaf546c5f11573929ddc336a22220c4 commit: 8d8a045581d950439a9ef6e4d30d4e8136c11b4e Author: Samuel Bauer yahoo fr> AuthorDate: Mon Aug 8 11:03:46 2022 +0000 Commit: Samuel Bauer yahoo fr> CommitDate: Mon Aug 8 11:03:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8d8a0455 games-emulation/yuzu: depends on dev-qt/qtmultimedia Signed-off-by: Samuel Bauer yahoo.fr> games-emulation/yuzu/yuzu-0_p20220725.ebuild | 1 + games-emulation/yuzu/yuzu-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/games-emulation/yuzu/yuzu-0_p20220725.ebuild b/games-emulation/yuzu/yuzu-0_p20220725.ebuild index 8bc53d5fc..a307582e5 100644 --- a/games-emulation/yuzu/yuzu-0_p20220725.ebuild +++ b/games-emulation/yuzu/yuzu-0_p20220725.ebuild @@ -38,6 +38,7 @@ RDEPEND=" qt5? ( >=dev-qt/qtcore-5.15:5 >=dev-qt/qtgui-5.15:5 + >=dev-qt/qtmultimedia-5.15:5 >=dev-qt/qtwidgets-5.15:5 ) sdl? ( diff --git a/games-emulation/yuzu/yuzu-9999.ebuild b/games-emulation/yuzu/yuzu-9999.ebuild index 953cae7e0..0860eda94 100644 --- a/games-emulation/yuzu/yuzu-9999.ebuild +++ b/games-emulation/yuzu/yuzu-9999.ebuild @@ -35,6 +35,7 @@ RDEPEND=" qt5? ( >=dev-qt/qtcore-5.15:5 >=dev-qt/qtgui-5.15:5 + >=dev-qt/qtmultimedia-5.15:5 >=dev-qt/qtwidgets-5.15:5 ) sdl? (