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 2D8ED139086 for ; Wed, 28 Dec 2016 07:05:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A678E0C81; Wed, 28 Dec 2016 07:05:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ED20EE0C81 for ; Wed, 28 Dec 2016 07:05:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D655F3413A6 for ; Wed, 28 Dec 2016 07:05:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D926E24E6 for ; Wed, 28 Dec 2016 07:05:48 +0000 (UTC) From: "Vadim A. Misbakh-Soloviov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Vadim A. Misbakh-Soloviov" Message-ID: <1482908689.7e3b511ec8ac0b8c9e62c3899a56efd88badb440.mva@gentoo> Subject: [gentoo-commits] proj/lua:master commit in: eclass/ X-VCS-Repository: proj/lua X-VCS-Files: eclass/lua.eclass X-VCS-Directories: eclass/ X-VCS-Committer: mva X-VCS-Committer-Name: Vadim A. Misbakh-Soloviov X-VCS-Revision: 7e3b511ec8ac0b8c9e62c3899a56efd88badb440 X-VCS-Branch: master Date: Wed, 28 Dec 2016 07:05:48 +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-Archives-Salt: 28dc34c4-9d7d-4663-8bd1-93a9d497406f X-Archives-Hash: 6f4140946ad0779966be9bf61be6315a commit: 7e3b511ec8ac0b8c9e62c3899a56efd88badb440 Author: Vadim A. Misbakh-Soloviov mva name> AuthorDate: Wed Dec 28 07:04:49 2016 +0000 Commit: Vadim A. Misbakh-Soloviov mva name> CommitDate: Wed Dec 28 07:04:49 2016 +0000 URL: https://gitweb.gentoo.org/proj/lua.git/commit/?id=7e3b511e lua.eclass: fix double calling of "default" eclass/lua.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/lua.eclass b/eclass/lua.eclass index 576db91..99b2eef 100644 --- a/eclass/lua.eclass +++ b/eclass/lua.eclass @@ -515,7 +515,7 @@ lua_src_prepare() { _lua_invoke_environment all ${VCS}_src_prepare fi - _lua_invoke_environment all default_src_prepare +# _lua_invoke_environment all default_src_prepare if ! declare -f all_lua_prepare >/dev/null; then all_lua_prepare() {