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 244BF13888F for ; Wed, 28 Oct 2015 13:36:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E550B21C038; Wed, 28 Oct 2015 13:36:07 +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 81A0921C038 for ; Wed, 28 Oct 2015 13:36:07 +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 7D04E340B30 for ; Wed, 28 Oct 2015 13:36:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6389181E for ; Wed, 28 Oct 2015 13:36:02 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1446039359.bae15fe5f02da3da58013381e1b5f06b0ce73b31.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/talloc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/talloc/talloc-2.1.0-r1.ebuild sys-libs/talloc/talloc-2.1.3.ebuild sys-libs/talloc/talloc-2.1.4.ebuild X-VCS-Directories: sys-libs/talloc/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: bae15fe5f02da3da58013381e1b5f06b0ce73b31 X-VCS-Branch: master Date: Wed, 28 Oct 2015 13:36:02 +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: 71b73740-64c6-4d37-91f7-a51fd82371e2 X-Archives-Hash: aba296a9cc699ec9c106c7f948ffb5be commit: bae15fe5f02da3da58013381e1b5f06b0ce73b31 Author: Justin Lecher gentoo org> AuthorDate: Wed Oct 28 11:38:53 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Oct 28 13:35:59 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bae15fe5 sys-libs/talloc: Fix for prefix Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> sys-libs/talloc/talloc-2.1.0-r1.ebuild | 2 +- sys-libs/talloc/talloc-2.1.3.ebuild | 2 +- sys-libs/talloc/talloc-2.1.4.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-libs/talloc/talloc-2.1.0-r1.ebuild b/sys-libs/talloc/talloc-2.1.0-r1.ebuild index 79589e9..867d31d 100644 --- a/sys-libs/talloc/talloc-2.1.0-r1.ebuild +++ b/sys-libs/talloc/talloc-2.1.0-r1.ebuild @@ -79,7 +79,7 @@ multilib_src_install() { install_name_tool \ -change "${S}/bin/default/libtalloc.dylib" \ "${EPREFIX}"/usr/$(get_libdir)/libtalloc.2.dylib \ - "${ED}"$(python_get_sitedir)/talloc.bundle || die + "${D}"$(python_get_sitedir)/talloc.bundle || die fi fi } diff --git a/sys-libs/talloc/talloc-2.1.3.ebuild b/sys-libs/talloc/talloc-2.1.3.ebuild index a0633c2..6efd84b 100644 --- a/sys-libs/talloc/talloc-2.1.3.ebuild +++ b/sys-libs/talloc/talloc-2.1.3.ebuild @@ -79,7 +79,7 @@ multilib_src_install() { install_name_tool \ -change "${S}/bin/default/libtalloc.dylib" \ "${EPREFIX}"/usr/$(get_libdir)/libtalloc.2.dylib \ - "${ED}"$(python_get_sitedir)/talloc.bundle || die + "${D}"$(python_get_sitedir)/talloc.bundle || die fi fi } diff --git a/sys-libs/talloc/talloc-2.1.4.ebuild b/sys-libs/talloc/talloc-2.1.4.ebuild index a0633c2..6efd84b 100644 --- a/sys-libs/talloc/talloc-2.1.4.ebuild +++ b/sys-libs/talloc/talloc-2.1.4.ebuild @@ -79,7 +79,7 @@ multilib_src_install() { install_name_tool \ -change "${S}/bin/default/libtalloc.dylib" \ "${EPREFIX}"/usr/$(get_libdir)/libtalloc.2.dylib \ - "${ED}"$(python_get_sitedir)/talloc.bundle || die + "${D}"$(python_get_sitedir)/talloc.bundle || die fi fi }