From 0ce3f26cbed484cd343991e29cf4bd24e5653b84 Mon Sep 17 00:00:00 2001 From: Austin English Date: Wed, 25 Jan 2017 14:01:07 -0600 Subject: games-action/koth: remove deprecated games eclass Also update to EAPI 6 Gentoo-Bug: https://bugs.gentoo.org/574082 Package-Manager: Portage-2.3.2, Repoman-2.3.1 --- .../koth/files/koth-0.8.0-r1-gcc-3.4.patch | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 games-action/koth/files/koth-0.8.0-r1-gcc-3.4.patch (limited to 'games-action/koth/files') diff --git a/games-action/koth/files/koth-0.8.0-r1-gcc-3.4.patch b/games-action/koth/files/koth-0.8.0-r1-gcc-3.4.patch new file mode 100644 index 000000000000..145f17dbccdd --- /dev/null +++ b/games-action/koth/files/koth-0.8.0-r1-gcc-3.4.patch @@ -0,0 +1,29 @@ +--- a/src/relay.c 2004-11-01 09:19:04.835537536 +0000 ++++ b/src/relay.c 2004-11-01 09:19:59.453234384 +0000 +@@ -260,6 +260,7 @@ + else goto bail; + goto nextpkt; + bail: ++ ; + } + } + } +--- a/src/ballistics.c 2004-11-01 09:19:33.132235784 +0000 ++++ b/src/ballistics.c 2004-11-01 09:20:16.849589736 +0000 +@@ -92,6 +92,7 @@ + break; + case WALL_LAST: + /* just to satisfy gcc -Wall */ ++ ; + } + } + +@@ -210,7 +211,7 @@ + break; + case WALL_RANDOM: /* both of this can't happen, */ + case WALL_LAST: /* so they are here to satisfy gcc -Wall */ +- ++ ; + } + } + return FLYING; -- cgit v1.2.3-65-gdbad