summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2017-10-09 20:52:12 +0200
committerJames Le Cuirot <chewi@gentoo.org>2017-10-31 20:31:52 +0000
commit3216ebff68e0e647c5c654fd4ccb74bb3992ceb5 (patch)
tree088f861aaed4fbb4049c3bc50e05f3eeed4c4912
parentdev-games/openscenegraph: remove unused patches (diff)
downloadgentoo-3216ebff.tar.gz
gentoo-3216ebff.tar.bz2
gentoo-3216ebff.zip
games-emulation/nestopia: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/5900
-rw-r--r--games-emulation/nestopia/files/nestopia-1.46.2-format.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/games-emulation/nestopia/files/nestopia-1.46.2-format.patch b/games-emulation/nestopia/files/nestopia-1.46.2-format.patch
deleted file mode 100644
index 7c8a9027aec5..000000000000
--- a/games-emulation/nestopia/files/nestopia-1.46.2-format.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- source/unix/gtkui/gtkui.cpp.old 2015-11-11 09:13:57.417684436 +0100
-+++ source/unix/gtkui/gtkui.cpp 2015-11-11 09:14:12.176407155 +0100
-@@ -317,7 +317,7 @@
- GTK_DIALOG_DESTROY_WITH_PARENT,
- GTK_MESSAGE_INFO,
- GTK_BUTTONS_OK,
-- message);
-+ "%s", message);
- gtk_dialog_run(GTK_DIALOG(messagewindow));
- gtk_widget_destroy(messagewindow);
- }