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 BF225138330 for ; Thu, 1 Sep 2016 15:29:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE00721C07C; Thu, 1 Sep 2016 15:29:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 7D6E721C07C for ; Thu, 1 Sep 2016 15:29:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A6B31340831 for ; Thu, 1 Sep 2016 15:29:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1501245A for ; Thu, 1 Sep 2016 15:29:22 +0000 (UTC) From: "Martin Mokrejs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Martin Mokrejs" Message-ID: <1472743750.2518a22efd0348e75c50e742d98be61210916e81.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/bambus/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/bambus/bambus-2.33.ebuild X-VCS-Directories: sci-biology/bambus/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: 2518a22efd0348e75c50e742d98be61210916e81 X-VCS-Branch: master Date: Thu, 1 Sep 2016 15:29:22 +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: da0bbc43-fc07-427a-ab53-fef6286849a9 X-Archives-Hash: bb04829e3d6ef62adad914cdc60c0db5 commit: 2518a22efd0348e75c50e742d98be61210916e81 Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Thu Sep 1 15:29:10 2016 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Thu Sep 1 15:29:10 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=2518a22e sci-biology/bambus: respect EPREFIX also in src/TIGR_Foundation_CC/Makefile Package-Manager: portage-2.3.0 sci-biology/bambus/bambus-2.33.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-biology/bambus/bambus-2.33.ebuild b/sci-biology/bambus/bambus-2.33.ebuild index 456e5c5..504b0ee 100644 --- a/sci-biology/bambus/bambus-2.33.ebuild +++ b/sci-biology/bambus/bambus-2.33.ebuild @@ -68,7 +68,7 @@ src_prepare() { #sed -i 's:TIGR_Foundation_CC::' src/Makefile || die "Failed to zap last pointer to local copy of tigr-foundation-libs" cd src/TIGR_Foundation_CC || die "Failed to cd src/TIGR_Foundation_CC/" epatch "${FILESDIR}"/TigrFoundation-all-patches.patch || die - sed -e "s:/export/usr/local:${D}/usr:g" -i Makefile || die + sed -e "s:/export/usr/local:${ED}/usr:g" -i Makefile || die } src_compile() {