commit:     b254a1f5730a7ba6b7f980e502ab3bff9e71f887
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  7 13:02:42 2020 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Mon Dec  7 13:12:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b254a1f5

dev-lang/lua: fix malformed lua-5.1.4-test.patch

This patch has been like this at least since the migration from CVS to Git
but epatch was apparently able to work around the patch author having used
a backup file as diff source, and even for Lua ebuilds using eapply this
was only triggered by disabling USE=-deprecated.

Thanks to Arfrever for the heads-up.

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 dev-lang/lua/files/lua-5.1.4-test.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lang/lua/files/lua-5.1.4-test.patch 
b/dev-lang/lua/files/lua-5.1.4-test.patch
index 99b4ad648cc..4dcfbb9d696 100644
--- a/dev-lang/lua/files/lua-5.1.4-test.patch
+++ b/dev-lang/lua/files/lua-5.1.4-test.patch
@@ -1,5 +1,5 @@
---- test/sieve.lua~    2002-10-31 03:52:58.000000000 +0100
-+++ test/sieve.lua     2008-02-20 17:44:22.468281121 +0100
+--- a/test/sieve.lua
++++ b/test/sieve.lua
 @@ -14,7 +14,7 @@
      while 1 do
        local n = g()

Reply via email to