commit:     27176801d83ec6c028c7eb9d197539105a68469d
Author:     Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Sun May 15 19:34:49 2016 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Sun May 15 19:34:49 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=27176801

sci-biology/mothur: add readline USE flag; force boost

Package-Manager: portage-2.2.28

 sci-biology/mothur/mothur-1.36.1.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/sci-biology/mothur/mothur-1.36.1.ebuild 
b/sci-biology/mothur/mothur-1.36.1.ebuild
index c82f7fc..1facd6a 100644
--- a/sci-biology/mothur/mothur-1.36.1.ebuild
+++ b/sci-biology/mothur/mothur-1.36.1.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$
 
@@ -17,6 +17,7 @@ KEYWORDS="~amd64 ~x86"
 
 CDEPEND="dev-libs/boost"
 RDEPEND="
+       readline? ( sys-libs/readline:= )
        sci-biology/uchime
        mpi? ( virtual/mpi )"
 DEPEND="${RDEPEND}
@@ -27,7 +28,8 @@ pkg_setup() {
        use mpi && export CXX=mpicxx || export CXX=$(tc-getCXX)
        use amd64 && append-cppflags -DBIT_VERSION
        use readline && export USEREADLINE=yes || export USEREADLINE=no
-       # use boost && export USEBOOST=yes || export USEBOOST=no
+       # there is not USE=boost
+       export USEBOOST=yes
        use zlib && export USECOMPRESSION=yes || export USECOMPRESSION=no
 }
 

Reply via email to