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 BCAE21388BF for ; Mon, 11 Jan 2016 17:59:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C55221C004; Mon, 11 Jan 2016 17:59:19 +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 362D121C004 for ; Mon, 11 Jan 2016 17:59:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F3227340955 for ; Mon, 11 Jan 2016 17:59:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 237F3A15 for ; Mon, 11 Jan 2016 17:59:16 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1452535131.e7b3982ab8abc10aac2e9a0e2aaf57014a91f234.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/lua/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/lua/lua-5.2.3-r1.ebuild X-VCS-Directories: dev-lang/lua/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: e7b3982ab8abc10aac2e9a0e2aaf57014a91f234 X-VCS-Branch: master Date: Mon, 11 Jan 2016 17:59:16 +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: 46877d14-2cd6-4df8-ae70-e7d9d566eada X-Archives-Hash: 9f8ec39f3e4fd8ff3fd13723b0d1f297 commit: e7b3982ab8abc10aac2e9a0e2aaf57014a91f234 Author: Fabian Groffen gentoo org> AuthorDate: Mon Jan 11 17:57:48 2016 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Mon Jan 11 17:58:51 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7b3982a dev-lang/lua: adjust prefix in .pc file for Prefix Package-Manager: portage-2.2.20-prefix dev-lang/lua/lua-5.2.3-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-lang/lua/lua-5.2.3-r1.ebuild b/dev-lang/lua/lua-5.2.3-r1.ebuild index 16d253d..b18dd9f 100644 --- a/dev-lang/lua/lua-5.2.3-r1.ebuild +++ b/dev-lang/lua/lua-5.2.3-r1.ebuild @@ -114,6 +114,7 @@ multilib_src_install() { # We want packages to find our things... cp "${FILESDIR}/lua.pc" "${WORKDIR}" sed -i \ + -e "s:^prefix= :prefix= ${EPREFIX}:" \ -e "s:^V=.*:V= ${PATCH_PV}:" \ -e "s:^R=.*:R= ${PV}:" \ -e "s:/,lib,:/$(get_libdir):g" \