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 3143E158095 for ; Thu, 11 Aug 2022 13:45:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BAE5E0895; Thu, 11 Aug 2022 13:45:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 1FBAAE0895 for ; Thu, 11 Aug 2022 13:45:17 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CED44341123 for ; Thu, 11 Aug 2022 13:45:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24139574 for ; Thu, 11 Aug 2022 13:45:11 +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: <1659956626.8d8a045581d950439a9ef6e4d30d4e8136c11b4e.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master 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: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 8d8a045581d950439a9ef6e4d30d4e8136c11b4e X-VCS-Branch: master Date: Thu, 11 Aug 2022 13:45:11 +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: a7040563-6a29-4042-bfa7-ad7fc56b275d X-Archives-Hash: 6369687803ff4d5d741e37738fde3c9c commit: 8d8a045581d950439a9ef6e4d30d4e8136c11b4e Author: Samuel Bauer yahoo fr> AuthorDate: Mon Aug 8 11:03:46 2022 +0000 Commit: Andrew Ammerlaan gentoo org> 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? (