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 410A31581B9 for ; Sat, 04 Oct 2025 00:55:52 +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 2D6DF3417FE for ; Sat, 04 Oct 2025 00:55:52 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 16901110575; Sat, 04 Oct 2025 00:55:44 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 10F73110575 for ; Sat, 04 Oct 2025 00:55:44 +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 C0865340FDC for ; Sat, 04 Oct 2025 00:55:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 056473AA0 for ; Sat, 04 Oct 2025 00:55:41 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1759539274.0094e3a7f5200a0740b5e092c8caf5aff70b5732.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/rmg/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/rmg/rmg-9999.ebuild X-VCS-Directories: games-emulation/rmg/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0094e3a7f5200a0740b5e092c8caf5aff70b5732 X-VCS-Branch: master Date: Sat, 04 Oct 2025 00:55: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: 1c021256-8ce7-4adc-8b36-113607304781 X-Archives-Hash: 8df829a5fcfec100af01f8bd6370d4ec commit: 0094e3a7f5200a0740b5e092c8caf5aff70b5732 Author: orbea riseup net> AuthorDate: Wed Sep 24 18:59:41 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat Oct 4 00:54:34 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0094e3a7 games-emulation/rmg: switch to media-libs/libsdl3 SDL3_net does not yet have a release and is vendored for now. Signed-off-by: orbea riseup.net> Part-of: https://github.com/gentoo/gentoo/pull/43795 Signed-off-by: Sam James gentoo.org> games-emulation/rmg/rmg-9999.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/games-emulation/rmg/rmg-9999.ebuild b/games-emulation/rmg/rmg-9999.ebuild index ac294fb789de..883bfd3f6e4c 100644 --- a/games-emulation/rmg/rmg-9999.ebuild +++ b/games-emulation/rmg/rmg-9999.ebuild @@ -61,14 +61,11 @@ DEPEND=" media-libs/freetype media-libs/libpng:= media-libs/libsamplerate - media-libs/libsdl2[haptic,joystick,opengl,sound,vulkan] + media-libs/libsdl3[opengl,vulkan] media-libs/speexdsp sys-libs/zlib[minizip(+)] virtual/opengl - netplay? ( - dev-qt/qtwebsockets:6 - media-libs/sdl2-net - ) + netplay? ( dev-qt/qtwebsockets:6 ) rust-plugin? ( dev-libs/libusb:1 ) " RDEPEND="${DEPEND}"