diff options
author | Austin English <wizardedit@gentoo.org> | 2016-11-02 17:04:46 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-11-11 13:38:57 -0600 |
commit | d12b75fa62a5f5230c4624cf142b845ccedfa66d (patch) | |
tree | ae61ab3fc1b0a3dcd73f6c509b81aeea665077d7 /games-engines/frotz/files | |
parent | games-engines/frobtads: remove deprecated games eclass (diff) | |
download | gentoo-d12b75fa62a5f5230c4624cf142b845ccedfa66d.tar.gz gentoo-d12b75fa62a5f5230c4624cf142b845ccedfa66d.tar.bz2 gentoo-d12b75fa62a5f5230c4624cf142b845ccedfa66d.zip |
games-engines/frotz: remove deprecated games eclass
Also update to EAPI 6
Gentoo-Bug: https://bugs.gentoo.org/574082
Package-Manager: portage-2.3.2
Diffstat (limited to 'games-engines/frotz/files')
-rw-r--r-- | games-engines/frotz/files/frotz-2.43-glibc2.10.patch | 4 | ||||
-rw-r--r-- | games-engines/frotz/files/frotz-2.43-ldflags.patch | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games-engines/frotz/files/frotz-2.43-glibc2.10.patch b/games-engines/frotz/files/frotz-2.43-glibc2.10.patch index 71760cc8fa46..3f2639ec47d0 100644 --- a/games-engines/frotz/files/frotz-2.43-glibc2.10.patch +++ b/games-engines/frotz/files/frotz-2.43-glibc2.10.patch @@ -1,5 +1,5 @@ ---- src/dumb/dumb_input.c -+++ src/dumb/dumb_input.c +--- a/src/dumb/dumb_input.c ++++ b/src/dumb/dumb_input.c @@ -79,7 +79,7 @@ /* Read one line, including the newline, into s. Safely avoids buffer * overruns (but that's kind of pointless because there are several diff --git a/games-engines/frotz/files/frotz-2.43-ldflags.patch b/games-engines/frotz/files/frotz-2.43-ldflags.patch index 16a0df362edd..c8b4e35eee20 100644 --- a/games-engines/frotz/files/frotz-2.43-ldflags.patch +++ b/games-engines/frotz/files/frotz-2.43-ldflags.patch @@ -1,5 +1,5 @@ ---- Makefile.old 2010-10-04 14:13:37.000000000 +0200 -+++ Makefile 2010-10-04 14:14:06.000000000 +0200 +--- a/Makefile 2010-10-04 14:13:37.000000000 +0200 ++++ b/Makefile 2010-10-04 14:14:06.000000000 +0200 @@ -162,7 +162,7 @@ $(NAME): $(NAME)-curses |