commit: 348625c1adc3ec67b10ee3b6473898e4a3906447
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 30 05:04:30 2025 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Jun 30 06:08:02 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=348625c1
games-emulation/pcsx2: move CMAKE_QA_COMPAT_SKIP=1 to global
Eclass moved where this check is done, and may as well set it
globally than move it to _prepare to avoid potential future
issues.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-emulation/pcsx2/pcsx2-2.2.0-r1.ebuild | 3 ++-
games-emulation/pcsx2/pcsx2-9999.ebuild | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/games-emulation/pcsx2/pcsx2-2.2.0-r1.ebuild
b/games-emulation/pcsx2/pcsx2-2.2.0-r1.ebuild
index da1e9d52a707..1c9899c905e6 100644
--- a/games-emulation/pcsx2/pcsx2-2.2.0-r1.ebuild
+++ b/games-emulation/pcsx2/pcsx2-2.2.0-r1.ebuild
@@ -85,6 +85,8 @@ PATCHES=(
"${FILESDIR}"/${PN}-2.2.0-missing-header.patch
)
+CMAKE_QA_COMPAT_SKIP=1 #957976
+
src_prepare() {
cmake_src_prepare
@@ -140,7 +142,6 @@ src_configure() {
-DLAZY_LOAD_LIBS=no
)
- local CMAKE_QA_COMPAT_SKIP=1 #957976
cmake_src_configure
}
diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild
b/games-emulation/pcsx2/pcsx2-9999.ebuild
index 6f11cd7bca4c..8051828a0ea5 100644
--- a/games-emulation/pcsx2/pcsx2-9999.ebuild
+++ b/games-emulation/pcsx2/pcsx2-9999.ebuild
@@ -90,6 +90,8 @@ PATCHES=(
"${FILESDIR}"/${PN}-2.3.309-pluto-pkgconf.patch
)
+CMAKE_QA_COMPAT_SKIP=1 #957976
+
src_prepare() {
cmake_src_prepare
@@ -137,7 +139,6 @@ src_configure() {
-DLAZY_LOAD_LIBS=no
)
- local CMAKE_QA_COMPAT_SKIP=1 #957976
cmake_src_configure
}