commit: bfce5962f19f461c6a2c1f94064f7341dc60ba4e Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Sun Aug 27 05:24:40 2023 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Sun Aug 27 05:24:40 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfce5962
games-emulation/pcsx2: drop unused patch Forgot this one was only in 9999, so can clean it up now. Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> .../pcsx2/files/pcsx2-1.7.4943-system-libzip-zstd.patch | 8 -------- 1 file changed, 8 deletions(-) diff --git a/games-emulation/pcsx2/files/pcsx2-1.7.4943-system-libzip-zstd.patch b/games-emulation/pcsx2/files/pcsx2-1.7.4943-system-libzip-zstd.patch deleted file mode 100644 index 631e49b3bddf..000000000000 --- a/games-emulation/pcsx2/files/pcsx2-1.7.4943-system-libzip-zstd.patch +++ /dev/null @@ -1,8 +0,0 @@ ---- a/cmake/SearchForStuff.cmake -+++ b/cmake/SearchForStuff.cmake -@@ -181,2 +181,3 @@ --add_subdirectory(3rdparty/zstd EXCLUDE_FROM_ALL) --add_subdirectory(3rdparty/libzip EXCLUDE_FROM_ALL) -+pkg_check_modules(zstd REQUIRED IMPORTED_TARGET libzstd) -+alias_library(Zstd::Zstd PkgConfig::zstd) -+find_package(libzip REQUIRED)