From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E546113888F for ; Thu, 22 Oct 2015 15:16:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39F3821C01D; Thu, 22 Oct 2015 15:16:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CFC4F21C01D for ; Thu, 22 Oct 2015 15:16:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 97DFB3406C0 for ; Thu, 22 Oct 2015 15:16:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 620331271 for ; Thu, 22 Oct 2015 15:16:43 +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: <1445526994.c7ad9e217b29b03077896efae546668b2f6d8ce6.mva@gentoo> Subject: [gentoo-commits] proj/lua:master commit in: dev-lua/luasocket/ X-VCS-Repository: proj/lua X-VCS-Files: dev-lua/luasocket/luasocket-9999.ebuild X-VCS-Directories: dev-lua/luasocket/ X-VCS-Committer: mva X-VCS-Committer-Name: Vadim A. Misbakh-Soloviov X-VCS-Revision: c7ad9e217b29b03077896efae546668b2f6d8ce6 X-VCS-Branch: master Date: Thu, 22 Oct 2015 15:16:43 +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: 20fc2e83-7138-4359-b5d1-bd8844cddae7 X-Archives-Hash: b6eb1ecaa452d69a342f633b8a1fe167 commit: c7ad9e217b29b03077896efae546668b2f6d8ce6 Author: Vadim A. Misbakh-Soloviov mva name> AuthorDate: Thu Oct 22 15:16:34 2015 +0000 Commit: Vadim A. Misbakh-Soloviov mva name> CommitDate: Thu Oct 22 15:16:34 2015 +0000 URL: https://gitweb.gentoo.org/proj/lua.git/commit/?id=c7ad9e21 luasocket: fix installing Signed-off-by: Vadim A. Misbakh-Soloviov mva.name> dev-lua/luasocket/luasocket-9999.ebuild | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/dev-lua/luasocket/luasocket-9999.ebuild b/dev-lua/luasocket/luasocket-9999.ebuild index f42088f..6b0afaa 100644 --- a/dev-lua/luasocket/luasocket-9999.ebuild +++ b/dev-lua/luasocket/luasocket-9999.ebuild @@ -76,11 +76,11 @@ each_lua_configure() { -i .lua_eclass_config } -each_lua_install() { - myeinstallargs=() - if ! use elibc_Winnt && ! use elibc_Cygwin; then - myeinstallargs+=( "install-unix" ) - fi - - lua_default -} +#each_lua_install() { +# myeinstallargs=() +# if ! use elibc_Winnt && ! use elibc_Cygwin; then +# myeinstallargs+=( "install-unix" ) +# fi +# +# lua_default +#}