diff options
author | 2016-09-28 13:52:01 -0500 | |
---|---|---|
committer | 2016-09-28 16:13:55 -0500 | |
commit | 113d000a4b43db6742196ff6983b0bb74e4b30f1 (patch) | |
tree | 2afdc9402b559ea55e55314a273e9ff4d77c3284 /games-sports/gracer/files/gracer-0.1.5-libpng14.patch | |
parent | sys-power/apcupsd: Cleanup old (diff) | |
download | gentoo-113d000a4b43db6742196ff6983b0bb74e4b30f1.tar.gz gentoo-113d000a4b43db6742196ff6983b0bb74e4b30f1.tar.bz2 gentoo-113d000a4b43db6742196ff6983b0bb74e4b30f1.zip |
games-sports/gracer: remove deprecated games eclass
Also update to EAPI 6
Gentoo-Bug: https://bugs.gentoo.org/574082
Package-Manager: portage-2.3.0
Diffstat (limited to 'games-sports/gracer/files/gracer-0.1.5-libpng14.patch')
-rw-r--r-- | games-sports/gracer/files/gracer-0.1.5-libpng14.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-sports/gracer/files/gracer-0.1.5-libpng14.patch b/games-sports/gracer/files/gracer-0.1.5-libpng14.patch index 6230eb27640..618c987a315 100644 --- a/games-sports/gracer/files/gracer-0.1.5-libpng14.patch +++ b/games-sports/gracer/files/gracer-0.1.5-libpng14.patch @@ -1,7 +1,7 @@ http://bugs.gentoo.org/show_bug.cgi?id=308885 ---- common/gr_texture.c -+++ common/gr_texture.c +--- a/common/gr_texture.c ++++ b/common/gr_texture.c @@ -419,7 +419,7 @@ read_png_file (GrTexture *texture, char if (fread (header, 1, PNG_BYTES_TO_CHECK, file) != PNG_BYTES_TO_CHECK) { goto ERROR; |