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 977AA15800F for ; Thu, 2 Feb 2023 22:52:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BAAE9E07B2; Thu, 2 Feb 2023 22:52:06 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9A0D0E07B2 for ; Thu, 2 Feb 2023 22:52:06 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6853E33BEFF for ; Thu, 2 Feb 2023 22:52:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B83DF531 for ; Thu, 2 Feb 2023 22:52:03 +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: <1675378302.eda8d7d1fb76049e1c71237dab717bf6a85220e0.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-1.7.3738.ebuild games-emulation/pcsx2/pcsx2-1.7.3958.ebuild 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: eda8d7d1fb76049e1c71237dab717bf6a85220e0 X-VCS-Branch: master Date: Thu, 2 Feb 2023 22:52:03 +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: a775df7e-87c1-47c3-8a0f-1f1c00bb2262 X-Archives-Hash: 09d55b41b5b48246d4758f7b6374b30c commit: eda8d7d1fb76049e1c71237dab717bf6a85220e0 Author: Ionen Wolkens gentoo org> AuthorDate: Thu Feb 2 22:05:47 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Thu Feb 2 22:51:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eda8d7d1 games-emulation/pcsx2: update glslang comment + add bugref ResourceLimits.h bit can (now) be solved and so isn't entirely accurate, albeit requires work and unbundling will still increase the maintenance burden over time as it's not that uncommon for glslang to break its API. Unless upstream actively tries to keep up with glslang, it may be best kept left like that. Signed-off-by: Ionen Wolkens gentoo.org> games-emulation/pcsx2/pcsx2-1.7.3738.ebuild | 4 ++-- games-emulation/pcsx2/pcsx2-1.7.3958.ebuild | 4 ++-- games-emulation/pcsx2/pcsx2-9999.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/games-emulation/pcsx2/pcsx2-1.7.3738.ebuild b/games-emulation/pcsx2/pcsx2-1.7.3738.ebuild index 57249a1e145e..951c4e4fe7c8 100644 --- a/games-emulation/pcsx2/pcsx2-1.7.3738.ebuild +++ b/games-emulation/pcsx2/pcsx2-1.7.3738.ebuild @@ -110,8 +110,8 @@ src_unpack() { 3rdparty/rapidyaml/rapidyaml/extern/c4core 3rdparty/rapidyaml/rapidyaml/ext/c4core/src/c4/ext/fast_float - # uses glslang's StandAlone/ResourceLimits.h unavailable with - # system's (also keep bundled vulkan-headers to be in sync) + # glslang can be troublesome to unbundle (bug #831217), + # also keep vulkan-headers to stay in sync $(usev vulkan ' 3rdparty/glslang/glslang 3rdparty/vulkan-headers') diff --git a/games-emulation/pcsx2/pcsx2-1.7.3958.ebuild b/games-emulation/pcsx2/pcsx2-1.7.3958.ebuild index 176d63a0bcb9..e94d9f32ace2 100644 --- a/games-emulation/pcsx2/pcsx2-1.7.3958.ebuild +++ b/games-emulation/pcsx2/pcsx2-1.7.3958.ebuild @@ -96,8 +96,8 @@ src_unpack() { 3rdparty/rapidyaml/rapidyaml/extern/c4core 3rdparty/rapidyaml/rapidyaml/ext/c4core/src/c4/ext/fast_float - # uses glslang's StandAlone/ResourceLimits.h unavailable with - # system's (also keep bundled vulkan-headers to be in sync) + # glslang can be troublesome to unbundle (bug #831217), + # also keep vulkan-headers to stay in sync $(usev vulkan ' 3rdparty/glslang/glslang 3rdparty/vulkan-headers') diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild b/games-emulation/pcsx2/pcsx2-9999.ebuild index 4cddbd425737..55f64e2732eb 100644 --- a/games-emulation/pcsx2/pcsx2-9999.ebuild +++ b/games-emulation/pcsx2/pcsx2-9999.ebuild @@ -96,8 +96,8 @@ src_unpack() { 3rdparty/rapidyaml/rapidyaml/extern/c4core 3rdparty/rapidyaml/rapidyaml/ext/c4core/src/c4/ext/fast_float - # uses glslang's StandAlone/ResourceLimits.h unavailable with - # system's (also keep bundled vulkan-headers to be in sync) + # glslang can be troublesome to unbundle (bug #831217), + # also keep vulkan-headers to stay in sync $(usev vulkan ' 3rdparty/glslang/glslang 3rdparty/vulkan-headers')