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 5902D1382DE for ; Thu, 30 Jun 2016 16:08:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B6E3E085C; Thu, 30 Jun 2016 16:08:44 +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 03FBFE085C for ; Thu, 30 Jun 2016 16:08:43 +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 2F6CF340E2B for ; Thu, 30 Jun 2016 16:08:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B73597B for ; Thu, 30 Jun 2016 16:08:40 +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: <1467302906.53b0f877dc7973925e9c6c738450b81e7fa27e30.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/parafly/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/parafly/parafly-20130121.ebuild X-VCS-Directories: sci-biology/parafly/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: 53b0f877dc7973925e9c6c738450b81e7fa27e30 X-VCS-Branch: master Date: Thu, 30 Jun 2016 16:08:40 +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: 95ff818b-f053-40e7-88ec-5187fcb02b40 X-Archives-Hash: 681b51509da09d219371ddadf598adb6 commit: 53b0f877dc7973925e9c6c738450b81e7fa27e30 Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Thu Jun 30 16:08:26 2016 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Thu Jun 30 16:08:26 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=53b0f877 sci-biology/parafly: respect EPREFIX Package-Manager: portage-2.2.28 sci-biology/parafly/parafly-20130121.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-biology/parafly/parafly-20130121.ebuild b/sci-biology/parafly/parafly-20130121.ebuild index e696182..77c0629 100644 --- a/sci-biology/parafly/parafly-20130121.ebuild +++ b/sci-biology/parafly/parafly-20130121.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -23,5 +23,5 @@ S="${WORKDIR}"/TransDecoder_r20140704/3rd_party/parafly-r2013-01-21 # maybe we once the CXXFLAGS and LDFLAGS mentioned # in https://github.com/trinityrnaseq/trinityrnaseq/issues/65 ? src_configure(){ - ./configure --prefix=/usr + ./configure --prefix="${EPREFIX}"/usr }