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 0C531158020 for ; Sat, 29 Oct 2022 05:54:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48C25E08A8; Sat, 29 Oct 2022 05:54:45 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2CF7AE089C for ; Sat, 29 Oct 2022 05:54:45 +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 2AE9534127B for ; Sat, 29 Oct 2022 05:54:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D2B56DB for ; Sat, 29 Oct 2022 05:54:41 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1666975008.2916f3c39c3cdeaf04dcb988b9e7b4d9c282f568.arthurzam@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: games-emulation/rpcs3/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-emulation/rpcs3/rpcs3-9999.ebuild X-VCS-Directories: games-emulation/rpcs3/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 2916f3c39c3cdeaf04dcb988b9e7b4d9c282f568 X-VCS-Branch: master Date: Sat, 29 Oct 2022 05:54:41 +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: c8bc15ee-6d79-42de-bca4-ff6ba22635fd X-Archives-Hash: 1f6e839496d21e66ad7284ddd8ab7547 commit: 2916f3c39c3cdeaf04dcb988b9e7b4d9c282f568 Author: Gregory Williams gmail com> AuthorDate: Fri Oct 28 16:36:48 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Oct 28 16:36:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2916f3c3 games-emulation/rpcs3: Add missing dependencies Signed-off-by: Gregory Williams gmail.com> games-emulation/rpcs3/rpcs3-9999.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/games-emulation/rpcs3/rpcs3-9999.ebuild b/games-emulation/rpcs3/rpcs3-9999.ebuild index 9d98a7d11..79dbf9f98 100644 --- a/games-emulation/rpcs3/rpcs3-9999.ebuild +++ b/games-emulation/rpcs3/rpcs3-9999.ebuild @@ -21,9 +21,12 @@ DEPEND="alsa? ( media-libs/alsa-lib ) faudio? ( app-emulation/faudio ) pulseaudio? ( media-sound/pulseaudio ) app-arch/p7zip + dev-libs/hidapi dev-libs/libevdev dev-libs/pugixml + dev-libs/xxhash media-libs/cubeb + media-libs/glew media-libs/libpng media-libs/openal sys-libs/zlib"