From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3F0A61382C5 for ; Mon, 7 Dec 2020 13:12:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CFC5E0966; Mon, 7 Dec 2020 13:12:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6383CE0966 for ; Mon, 7 Dec 2020 13:12:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5D51D341095 for ; Mon, 7 Dec 2020 13:12:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D78F2480 for ; Mon, 7 Dec 2020 13:12:31 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1607346743.b254a1f5730a7ba6b7f980e502ab3bff9e71f887.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/lua/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/lua/files/lua-5.1.4-test.patch X-VCS-Directories: dev-lang/lua/files/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: b254a1f5730a7ba6b7f980e502ab3bff9e71f887 X-VCS-Branch: master Date: Mon, 7 Dec 2020 13:12:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 625c6213-1c00-43e9-9669-c820b51c8829 X-Archives-Hash: 208f00fc4096255a2184e404b4456b47 commit: b254a1f5730a7ba6b7f980e502ab3bff9e71f887 Author: Marek Szuba gentoo org> AuthorDate: Mon Dec 7 13:02:42 2020 +0000 Commit: Marek Szuba gentoo 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 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()