diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-12-07 14:02:42 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-12-07 14:12:23 +0100 |
commit | b254a1f5730a7ba6b7f980e502ab3bff9e71f887 (patch) | |
tree | ce83e5b4182c73d55aa14b62ad4ad600cf5a9229 /dev-lang | |
parent | app-arch/rpm-4.16.0: migrate to lua-single.eclass (diff) | |
download | gentoo-b254a1f5730a7ba6b7f980e502ab3bff9e71f887.tar.gz gentoo-b254a1f5730a7ba6b7f980e502ab3bff9e71f887.tar.bz2 gentoo-b254a1f5730a7ba6b7f980e502ab3bff9e71f887.zip |
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@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/lua/files/lua-5.1.4-test.patch | 4 |
1 files 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 99b4ad648cc7..4dcfbb9d6969 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() |