From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id EAD6A15808A for ; Mon, 14 Jul 2025 00:03:58 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id C8D9B340F37 for ; Mon, 14 Jul 2025 00:03:58 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 4A5CD11056F; Mon, 14 Jul 2025 00:03:24 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 3DE1A11056C for ; Mon, 14 Jul 2025 00:03:24 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EFA4F340E98 for ; Mon, 14 Jul 2025 00:03:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A75D6312C for ; Mon, 14 Jul 2025 00:03:20 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1752444338.c074539967842797f61bb182c0bb8bfcc1338e92.lanodan@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-0.0.37.ebuild games-emulation/rpcs3/rpcs3-9999.ebuild X-VCS-Directories: games-emulation/rpcs3/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: c074539967842797f61bb182c0bb8bfcc1338e92 X-VCS-Branch: master Date: Mon, 14 Jul 2025 00:03:20 +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: 8f0b9129-987e-4c8e-a045-aa7ec0fcf840 X-Archives-Hash: 3b29d57a6357d7104164d25c9ee182b4 commit: c074539967842797f61bb182c0bb8bfcc1338e92 Author: Pieter gmail com> AuthorDate: Sun Jul 13 22:05:38 2025 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Sun Jul 13 22:05:38 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c0745399 games-emulation/rpcs3: replace dependency app-arch/p7zip with app-arch/7zip as recommended by the gentoo wiki: https://wiki.gentoo.org/wiki/P7zip and https://bugs.gentoo.org/914736 Signed-off-by: Pieter gmail.com> games-emulation/rpcs3/rpcs3-0.0.37.ebuild | 2 +- games-emulation/rpcs3/rpcs3-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/games-emulation/rpcs3/rpcs3-0.0.37.ebuild b/games-emulation/rpcs3/rpcs3-0.0.37.ebuild index 0b0917d219..10645ed94b 100644 --- a/games-emulation/rpcs3/rpcs3-0.0.37.ebuild +++ b/games-emulation/rpcs3/rpcs3-0.0.37.ebuild @@ -49,7 +49,7 @@ SLOT="0" IUSE="discord faudio +llvm opencv vulkan wayland" DEPEND=" - app-arch/p7zip + app-arch/7zip app-arch/zstd dev-libs/flatbuffers dev-libs/hidapi diff --git a/games-emulation/rpcs3/rpcs3-9999.ebuild b/games-emulation/rpcs3/rpcs3-9999.ebuild index 55df1972f1..cf3763fe88 100644 --- a/games-emulation/rpcs3/rpcs3-9999.ebuild +++ b/games-emulation/rpcs3/rpcs3-9999.ebuild @@ -49,7 +49,7 @@ SLOT="0" IUSE="discord faudio +llvm opencv vulkan wayland" DEPEND=" - app-arch/p7zip + app-arch/7zip app-arch/zstd dev-libs/flatbuffers dev-libs/hidapi