diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-04-29 11:08:11 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-04-29 13:25:13 +0200 |
commit | 9f5bb989f4ec5a6c5f742dc340bf7cf8a78bdf63 (patch) | |
tree | 4ba7c02561271c8caa7413db5d2064b4e700a32b /games-emulation/dgen-sdl/files | |
parent | games-emulation/daphne: Prepare patches for future use of eapply (diff) | |
download | gentoo-9f5bb989f4ec5a6c5f742dc340bf7cf8a78bdf63.tar.gz gentoo-9f5bb989f4ec5a6c5f742dc340bf7cf8a78bdf63.tar.bz2 gentoo-9f5bb989f4ec5a6c5f742dc340bf7cf8a78bdf63.zip |
games-emulation/dgen-sdl: Stop using games.eclass
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'games-emulation/dgen-sdl/files')
-rw-r--r-- | games-emulation/dgen-sdl/files/dgen-sdl-1.33-joystick.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-emulation/dgen-sdl/files/dgen-sdl-1.33-joystick.patch b/games-emulation/dgen-sdl/files/dgen-sdl-1.33-joystick.patch index 38cb962b690b..6cb4e936b35b 100644 --- a/games-emulation/dgen-sdl/files/dgen-sdl-1.33-joystick.patch +++ b/games-emulation/dgen-sdl/files/dgen-sdl-1.33-joystick.patch @@ -1,5 +1,5 @@ ---- sdl/sdl.cpp.orig -+++ sdl/sdl.cpp +--- a/sdl/sdl.cpp.orig ++++ b/sdl/sdl.cpp @@ -6285,6 +6285,7 @@ #endif static unsigned long hide_mouse_when; |