diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-02-02 17:05:47 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-02-02 17:51:42 -0500 |
commit | eda8d7d1fb76049e1c71237dab717bf6a85220e0 (patch) | |
tree | 1b8434b346fb4caf49ce3fda171763d340525651 /games-emulation/pcsx2 | |
parent | media-libs/libva: Clean up metadata.xml (diff) | |
download | gentoo-eda8d7d1fb76049e1c71237dab717bf6a85220e0.tar.gz gentoo-eda8d7d1fb76049e1c71237dab717bf6a85220e0.tar.bz2 gentoo-eda8d7d1fb76049e1c71237dab717bf6a85220e0.zip |
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 <ionen@gentoo.org>
Diffstat (limited to 'games-emulation/pcsx2')
-rw-r--r-- | games-emulation/pcsx2/pcsx2-1.7.3738.ebuild | 4 | ||||
-rw-r--r-- | games-emulation/pcsx2/pcsx2-1.7.3958.ebuild | 4 | ||||
-rw-r--r-- | 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') |