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 F2A0915807A for ; Thu, 05 Jun 2025 04:40:13 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id DD24134313D for ; Thu, 05 Jun 2025 04:40:13 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 2612E11049F; Thu, 05 Jun 2025 04:40:01 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 bobolink.gentoo.org (Postfix) with ESMTPS id 1F8A011049F for ; Thu, 05 Jun 2025 04:40:01 +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 CFB28342FFE for ; Thu, 05 Jun 2025 04:40:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14917291E for ; Thu, 05 Jun 2025 04:39:58 +0000 (UTC) From: "Lucio Sauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lucio Sauer" Message-ID: <1749072312.c69f90f40352798b9087e954c3b8448f2294c3be.watermanpaint@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: watermanpaint X-VCS-Committer-Name: Lucio Sauer X-VCS-Revision: c69f90f40352798b9087e954c3b8448f2294c3be X-VCS-Branch: master Date: Thu, 05 Jun 2025 04:39:58 +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: 1c3ceca2-2916-4d12-8bc4-5bcdc9d17893 X-Archives-Hash: 1ce4de84e7aa95b70fa25176f756d980 commit: c69f90f40352798b9087e954c3b8448f2294c3be Author: Erica Nebula Proton me> AuthorDate: Wed Jun 4 03:43:38 2025 +0000 Commit: Lucio Sauer posteo net> CommitDate: Wed Jun 4 21:25:12 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c69f90f4 games-emulation/rpcs3: Remove unused dependency on dev-libs/xxhash xxhash was removed from the project recently in this commit: https://github.com/RPCS3/rpcs3/commit/52edef0867a7145b107cf9eee99f9f495416c2fa A warning is displayd during configuration that the USE_SYSTEM_XXHASH CMAKE option is unused. I am just removing dev-libs/xxhash from the ebuild so we aren't fetching any unnecessary deps. Signed-off-by: Erica Nebula Proton.me> games-emulation/rpcs3/rpcs3-9999.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/games-emulation/rpcs3/rpcs3-9999.ebuild b/games-emulation/rpcs3/rpcs3-9999.ebuild index f91c54de26..223fdac703 100644 --- a/games-emulation/rpcs3/rpcs3-9999.ebuild +++ b/games-emulation/rpcs3/rpcs3-9999.ebuild @@ -49,7 +49,6 @@ DEPEND=" dev-libs/hidapi dev-libs/libevdev dev-libs/pugixml - dev-libs/xxhash dev-qt/qtbase:6[concurrent,dbus,gui,widgets] dev-qt/qtmultimedia:6 dev-qt/qtsvg:6 @@ -147,7 +146,6 @@ src_configure() { -DUSE_SYSTEM_LIBPNG=ON -DUSE_SYSTEM_LIBUSB=ON -DUSE_SYSTEM_PUGIXML=ON - -DUSE_SYSTEM_XXHASH=ON -DUSE_SYSTEM_ZLIB=ON -DUSE_DISCORD_RPC=$(usex discord) -DUSE_FAUDIO=$(usex faudio)