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 D7D3D158015 for ; Sat, 30 Dec 2023 16:16:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D1DA2BC02A; Sat, 30 Dec 2023 16:16:09 +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 0FD0C2BC02A for ; Sat, 30 Dec 2023 16:16:09 +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 255C533BE19 for ; Sat, 30 Dec 2023 16:16:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3716AC2 for ; Sat, 30 Dec 2023 16:16:06 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1703952902.7e9c844fe4748e43a83217181b32bfa7da5b1cad.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/pcsx2/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/pcsx2/pcsx2-9999.ebuild X-VCS-Directories: games-emulation/pcsx2/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 7e9c844fe4748e43a83217181b32bfa7da5b1cad X-VCS-Branch: master Date: Sat, 30 Dec 2023 16:16:06 +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: 77d25721-c0cf-42f1-9e0f-12c06606823b X-Archives-Hash: 314488b5523f118f2112a95ce181fb01 commit: 7e9c844fe4748e43a83217181b32bfa7da5b1cad Author: Ionen Wolkens gentoo org> AuthorDate: Sat Dec 30 16:10:24 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sat Dec 30 16:15:02 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e9c844f games-emulation/pcsx2: update live As usual pcsx2 is picky about sdl2 versions, not that I can see the reason why (pretty sure this works just fine with stable libsdl2-2.28.3 and this just annoys stable users accept keywording it). May really have to consider just sedding out the version check for Qt and SDL2 if these keep up (not a patch given will likely keep getting changed). Signed-off-by: Ionen Wolkens gentoo.org> games-emulation/pcsx2/pcsx2-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild b/games-emulation/pcsx2/pcsx2-9999.ebuild index 223990367c6d..7dcbf7dc75d7 100644 --- a/games-emulation/pcsx2/pcsx2-9999.ebuild +++ b/games-emulation/pcsx2/pcsx2-9999.ebuild @@ -35,7 +35,7 @@ COMMON_DEPEND=" >=dev-qt/qtsvg-6.6.0:6 media-libs/libglvnd media-libs/libpng:= - >=media-libs/libsdl2-2.28.4[haptic,joystick] + >=media-libs/libsdl2-2.28.5[haptic,joystick] media-video/ffmpeg:= net-libs/libpcap net-misc/curl