commit: d87ccd2c0eed1ad7a4cc5893fbdfd2b93b693eeb
Author: Wolfgang E. Sanyer <ezzieyguywuf <AT> gmail <DOT> com>
AuthorDate: Mon Mar 8 19:45:30 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 5 17:45:43 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d87ccd2c
games-roguelike/hengband: fix patch to work with EAPI 7
Signed-off-by: Wolfgang E. Sanyer <ezzieyguywuf <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-roguelike/hengband/files/hengband-1.6.2-ovflfix.patch | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/games-roguelike/hengband/files/hengband-1.6.2-ovflfix.patch
b/games-roguelike/hengband/files/hengband-1.6.2-ovflfix.patch
index 47bb53cf771..ec8e1273893 100644
--- a/games-roguelike/hengband/files/hengband-1.6.2-ovflfix.patch
+++ b/games-roguelike/hengband/files/hengband-1.6.2-ovflfix.patch
@@ -1,6 +1,8 @@
---- src/effects.c.old 2010-10-28 11:51:31.000000000 +0200
-+++ src/effects.c 2010-10-28 11:51:59.000000000 +0200
-@@ -5191,7 +5191,7 @@
+diff --git a/src/effects.c b/src/effects.c
+index a97a2ec..3988b04 100644
+--- a/src/effects.c
++++ b/src/effects.c
+@@ -5191,7 +5191,7 @@ int take_hit(int damage_type, int damage, cptr hit_from,
int monspell)
}
else
{