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 5BFC81381F3 for ; Fri, 28 Jun 2013 10:03:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07641E08CA; Fri, 28 Jun 2013 10:03:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6DFE1E08CA for ; Fri, 28 Jun 2013 10:03:21 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6D8CF33E7C8 for ; Fri, 28 Jun 2013 10:03:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id BAEC2E468F for ; Fri, 28 Jun 2013 10:03:18 +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: <1372413790.9659a896f4ac07e48472227c87de051dc95f7f7c.mva@gentoo> Subject: [gentoo-commits] proj/lua:master commit in: dev-lua/luaevent/ X-VCS-Repository: proj/lua X-VCS-Files: dev-lua/luaevent/luaevent-9999.ebuild X-VCS-Directories: dev-lua/luaevent/ X-VCS-Committer: mva X-VCS-Committer-Name: Vadim A. Misbakh-Soloviov X-VCS-Revision: 9659a896f4ac07e48472227c87de051dc95f7f7c X-VCS-Branch: master Date: Fri, 28 Jun 2013 10:03:18 +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: 84fc4113-7bf0-4e6d-85bd-4373edfe4a5d X-Archives-Hash: 40c245d733f93dec0e13b73366040c4b commit: 9659a896f4ac07e48472227c87de051dc95f7f7c Author: Vadim A. Misbakh-Soloviov mva name> AuthorDate: Fri Jun 28 10:03:10 2013 +0000 Commit: Vadim A. Misbakh-Soloviov mva name> CommitDate: Fri Jun 28 10:03:10 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lua.git;a=commit;h=9659a896 [dev-lua/luaevent] fixed luajit pkg-config usage Signed-off-by: Vadim A. Misbakh-Soloviov mva.name> --- dev-lua/luaevent/luaevent-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lua/luaevent/luaevent-9999.ebuild b/dev-lua/luaevent/luaevent-9999.ebuild index 0c5a548..131d620 100644 --- a/dev-lua/luaevent/luaevent-9999.ebuild +++ b/dev-lua/luaevent/luaevent-9999.ebuild @@ -29,7 +29,7 @@ src_prepare() { || die "sed failed" sed -i "/^LDFLAGS/a CC = $(tc-getCC)" "${S}/Makefile" \ || die "sed failed" - sed -i "s:^LUA_INC_DIR ?=.*:LUA_INC_DIR ?= $($(tc-getPKG_CONFIG) --variable INSTALL_INC ${lua}):" "${S}/Makefile" \ + sed -i "s:^LUA_INC_DIR ?=.*:LUA_INC_DIR ?= $($(tc-getPKG_CONFIG) --variable includedir ${lua}):" "${S}/Makefile" \ || die "sed failed" sed -i "s:^INSTALL_DIR_LUA ?=.*:INSTALL_DIR_LUA ?= $($(tc-getPKG_CONFIG) --variable INSTALL_LMOD ${lua}):" "${S}/Makefile" \ || die "sed failed"