aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Zander <negril.nx@gmail.com>2024-04-23 18:03:53 +0200
committerPaul Zander <negril.nx+gentoo@gmail.com>2024-04-23 18:15:47 +0200
commita1915ce8aa822360ea720bdbb4bb3ad2cf9bb6f2 (patch)
tree5b1badeeecd136175ff73770937d2c54de4e289a /games-emulation
parentsys-apps/lact: drop 0.5.3 (diff)
downloadguru-a1915ce8aa822360ea720bdbb4bb3ad2cf9bb6f2.tar.gz
guru-a1915ce8aa822360ea720bdbb4bb3ad2cf9bb6f2.tar.bz2
guru-a1915ce8aa822360ea720bdbb4bb3ad2cf9bb6f2.zip
games-emulation/rpcs3: 9999 drop obsolete patch
Dropped in https://github.com/RPCS3/rpcs3/commit/94431a7a33e7a3b04d83f62ce94d8d11b47cc698 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/rpcs3/files/rpcs3-0001-gui_pad_thread-add-missing-unistd-h.patch29
-rw-r--r--games-emulation/rpcs3/rpcs3-9999.ebuild6
2 files changed, 0 insertions, 35 deletions
diff --git a/games-emulation/rpcs3/files/rpcs3-0001-gui_pad_thread-add-missing-unistd-h.patch b/games-emulation/rpcs3/files/rpcs3-0001-gui_pad_thread-add-missing-unistd-h.patch
deleted file mode 100644
index 7bd67c06e..000000000
--- a/games-emulation/rpcs3/files/rpcs3-0001-gui_pad_thread-add-missing-unistd-h.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 5d3427acaad0084caee0051c846efe9a333e5428 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Gon=C3=A7alo=20Negrier=20Duarte?=
- <gonegrier.duarte@gmail.com>
-Date: Sun, 14 Apr 2024 17:58:50 +0100
-Subject: [PATCH] rpcs3-gui_pad_thread-add-missing-unistd-h
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>
----
- rpcs3/Input/gui_pad_thread.cpp | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/rpcs3/Input/gui_pad_thread.cpp b/rpcs3/Input/gui_pad_thread.cpp
-index 92fb23367..e3dbae518 100644
---- a/rpcs3/Input/gui_pad_thread.cpp
-+++ b/rpcs3/Input/gui_pad_thread.cpp
-@@ -22,6 +22,7 @@
- #ifdef __linux__
- #include <linux/uinput.h>
- #include <fcntl.h>
-+#include <unistd.h>
- #define CHECK_IOCTRL_RET(res) if (res == -1) { gui_log.error("gui_pad_thread: ioctl failed (errno=%d=%s)", res, strerror(errno)); }
- #elif defined(__APPLE__)
- #pragma GCC diagnostic push
---
-2.44.0
-
diff --git a/games-emulation/rpcs3/rpcs3-9999.ebuild b/games-emulation/rpcs3/rpcs3-9999.ebuild
index ec248dd21..27d67610b 100644
--- a/games-emulation/rpcs3/rpcs3-9999.ebuild
+++ b/games-emulation/rpcs3/rpcs3-9999.ebuild
@@ -68,11 +68,6 @@ RDEPEND="${DEPEND}"
QA_PREBUILT="usr/share/rpcs3/test/.*"
QA_WX_LOAD="usr/share/rpcs3/test/*"
-PATCHES=(
- "${FILESDIR}/${PN}-0001-gui_pad_thread-add-missing-unistd-h.patch"
-)
-
-
src_prepare() {
if [[ ${PV} != "9999" ]]; then
rmdir "${S}/3rdparty/asmjit/asmjit" || die
@@ -96,7 +91,6 @@ src_prepare() {
rmdir "${S}/3rdparty/yaml-cpp/yaml-cpp" || die
mv "${WORKDIR}/yaml-cpp-${YAMLCPP_COMMIT}" "${S}/3rdparty/SoundTouch/soundtouch" || die
-
#Define RPCS3 Version
{ echo "#define RPCS3_GIT_VERSION \"${PV}\""
echo '#define RPCS3_GIT_BRANCH "master"'