commit: 53b0f877dc7973925e9c6c738450b81e7fa27e30
Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Thu Jun 30 16:08:26 2016 +0000
Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> 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
}