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 918771382DE for ; Wed, 29 Jun 2016 13:54:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 072181400F; Wed, 29 Jun 2016 13:54:32 +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 A179E1400F for ; Wed, 29 Jun 2016 13:54:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 01BC3340E1A for ; Wed, 29 Jun 2016 13:54:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D96097B for ; Wed, 29 Jun 2016 13:54:25 +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: <1467208451.7b6d027acdacbcedae9b428a4ae8a83134a58263.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/assembly-stats/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/assembly-stats/assembly-stats-9999.ebuild X-VCS-Directories: sci-biology/assembly-stats/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: 7b6d027acdacbcedae9b428a4ae8a83134a58263 X-VCS-Branch: master Date: Wed, 29 Jun 2016 13:54:25 +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: 5aebfb00-e66e-4b18-903a-5dfe08044461 X-Archives-Hash: fd95e02f32992884119dc9e67edfb851 commit: 7b6d027acdacbcedae9b428a4ae8a83134a58263 Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Wed Jun 29 13:54:11 2016 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Wed Jun 29 13:54:11 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7b6d027a sci-biology/assembly-stats: respect EPREFIX Package-Manager: portage-2.2.28 sci-biology/assembly-stats/assembly-stats-9999.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sci-biology/assembly-stats/assembly-stats-9999.ebuild b/sci-biology/assembly-stats/assembly-stats-9999.ebuild index 895aa9a..442f3db 100644 --- a/sci-biology/assembly-stats/assembly-stats-9999.ebuild +++ b/sci-biology/assembly-stats/assembly-stats-9999.ebuild @@ -20,3 +20,8 @@ RDEPEND="${DEPEND}" # installs into /usr/local/bin # should not even try to compile bundled gtest + +src_prepare(){ + eapply_user + sed -e 's#/usr/local/bin#${EPREFIX}/usr/bin#' -i CMakeLists.txt || die +}