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 6D984138334 for ; Sat, 12 Oct 2019 20:56:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8AE1E082D; Sat, 12 Oct 2019 20:56:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A21EFE082D for ; Sat, 12 Oct 2019 20:56:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 BB7FB34BC50 for ; Sat, 12 Oct 2019 20:56:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4862A71A for ; Sat, 12 Oct 2019 20:56:07 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1570913763.be895e80341f732760fe5f7a7a1894d12ba45f46.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/dolphin/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/dolphin/dolphin-9999.ebuild X-VCS-Directories: games-emulation/dolphin/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: be895e80341f732760fe5f7a7a1894d12ba45f46 X-VCS-Branch: master Date: Sat, 12 Oct 2019 20:56:07 +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: 7960b92e-50db-4fcc-8b6a-e9d7192a0ff2 X-Archives-Hash: fcfd841c024d389e366eb6bb71b4c178 commit: be895e80341f732760fe5f7a7a1894d12ba45f46 Author: Mohamad Issawi <68k segv moe> AuthorDate: Sat Oct 12 05:11:42 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Oct 12 20:56:03 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be895e80 games-emulation/dolphin: added missing dependency Latest dev build requires media-libs/vulkan-loader to use vulkan backend at runtime in the UI. Package-Manager: Portage-2.3.76, Repoman-2.3.17 Closes: https://github.com/gentoo/gentoo/pull/13257 Signed-off-by: Sergei Trofimovich gentoo.org> games-emulation/dolphin/dolphin-9999.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild index 32d7c5abb2d..dc10a1ac4dc 100644 --- a/games-emulation/dolphin/dolphin-9999.ebuild +++ b/games-emulation/dolphin/dolphin-9999.ebuild @@ -68,6 +68,11 @@ DEPEND="${RDEPEND} sys-devel/gettext virtual/pkgconfig" +# vulkan-loader required for vulkan backend which can be selected +# at runtime. +RDEPEND="${RDEPEND} + media-libs/vulkan-loader" + src_prepare() { cmake-utils_src_prepare