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 1403B158069 for ; Tue, 28 Mar 2023 07:41:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A1F3E07F0; Tue, 28 Mar 2023 07:41:47 +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 11A2DE07F0 for ; Tue, 28 Mar 2023 07:41:47 +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 001A9340F1E for ; Tue, 28 Mar 2023 07:41:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73F6399B for ; Tue, 28 Mar 2023 07:41:43 +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: <1679989167.c825787cfc67de93148b46bd299c6d2ee3ce078b.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: c825787cfc67de93148b46bd299c6d2ee3ce078b X-VCS-Branch: master Date: Tue, 28 Mar 2023 07:41:43 +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: b4fed9a6-bda8-4d80-acab-3fe6f97c9c9f X-Archives-Hash: 58a78cdb2827d726377ff80d978f0e77 commit: c825787cfc67de93148b46bd299c6d2ee3ce078b Author: Ionen Wolkens gentoo org> AuthorDate: Tue Mar 28 07:20:03 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Tue Mar 28 07:39:27 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c825787c games-emulation/pcsx2: sync live PV bit was already in other ebuilds, overlooked to sync before (upstream can be picky about modifications and it doesn't hurt to indicate this is Gentoo's version while we adjust tag manually). rapidyaml restriction no longer matter as it works with 0.4 too now, albeit we don't have <0.5 in tree anymore anyway. Signed-off-by: Ionen Wolkens gentoo.org> games-emulation/pcsx2/pcsx2-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild b/games-emulation/pcsx2/pcsx2-9999.ebuild index 5d05ef3be008..a0683b3c3d85 100644 --- a/games-emulation/pcsx2/pcsx2-9999.ebuild +++ b/games-emulation/pcsx2/pcsx2-9999.ebuild @@ -43,7 +43,7 @@ RESTRICT="!test? ( test )" RDEPEND=" app-arch/xz-utils app-arch/zstd:= - >=dev-cpp/rapidyaml-0.5:= + dev-cpp/rapidyaml:= dev-libs/libaio dev-libs/libchdr dev-libs/libfmt:= @@ -129,7 +129,7 @@ src_prepare() { -i pcsx2/Frontend/CommonHost.cpp || die if [[ ${PV} != 9999 ]]; then - sed -e '/set(PCSX2_GIT_TAG "")/s/""/"v'${PV}'"/' \ + sed -e '/set(PCSX2_GIT_TAG "")/s/""/"v'${PV}-gentoo'"/' \ -i cmake/Pcsx2Utils.cmake || die # delete all 3rdparty/* except known-used ones in non-live