summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin English <wizardedit@gentoo.org>2017-01-25 13:26:31 -0600
committerAustin English <wizardedit@gentoo.org>2017-01-25 17:04:41 -0600
commitaec86fc342960f69cf9b720b8e0bd458053a6a72 (patch)
tree28646ef7b65a510e7091704dc6ac209df169b0f9 /games-action/gltron/files/gltron-0.70-debian.patch
parentapp-emulation/wine: Version bump to 2.0 (diff)
downloadgentoo-aec86fc342960f69cf9b720b8e0bd458053a6a72.tar.gz
gentoo-aec86fc342960f69cf9b720b8e0bd458053a6a72.tar.bz2
gentoo-aec86fc342960f69cf9b720b8e0bd458053a6a72.zip
games-action/gltron: 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
Diffstat (limited to 'games-action/gltron/files/gltron-0.70-debian.patch')
-rw-r--r--games-action/gltron/files/gltron-0.70-debian.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/games-action/gltron/files/gltron-0.70-debian.patch b/games-action/gltron/files/gltron-0.70-debian.patch
index 464cf5928207..4e25618ce9b6 100644
--- a/games-action/gltron/files/gltron-0.70-debian.patch
+++ b/games-action/gltron/files/gltron-0.70-debian.patch
@@ -1,7 +1,7 @@
Ripped from Debian patchset 6
---- src/include/game/game_data.h
-+++ src/include/game/game_data.h
+--- a/src/include/game/game_data.h
++++ b/src/include/game/game_data.h
@@ -71,7 +71,7 @@
typedef struct AI {
int active;
@@ -11,8 +11,8 @@ Ripped from Debian patchset 6
segment2 left, right, front, backleft;
} AI;
---- src/include/video/fonttex.h
-+++ src/include/video/fonttex.h
+--- a/src/include/video/fonttex.h
++++ b/src/include/video/fonttex.h
@@ -10,7 +10,7 @@
int lower; /* lowest ascii character (normally: 32) */
int upper; /* highest ascii character (normally: 126) */
@@ -22,8 +22,8 @@ Ripped from Debian patchset 6
char *fontname;
char *bitmapname;
---- src/video/trail.c
-+++ src/video/trail.c
+--- a/src/video/trail.c
++++ b/src/video/trail.c
@@ -19,7 +19,7 @@
n[1] = s->vStart.v[1] - s->vDirection.v[0];
tmp[0] = eye[0] - s->vStart.v[0];