commit:     fbe3607420deb302313f1bdc2090f5b0a88242b5
Author:     Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Sat Oct 15 13:22:48 2016 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Sat Oct 15 13:22:48 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=fbe36074

sci-biology/mothur: shutdown QC error about IUSE=boost missing

Package-Manager: portage-2.3.0

 sci-biology/mothur/mothur-1.36.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sci-biology/mothur/mothur-1.36.1.ebuild 
b/sci-biology/mothur/mothur-1.36.1.ebuild
index 49920a7..dd15f38 100644
--- a/sci-biology/mothur/mothur-1.36.1.ebuild
+++ b/sci-biology/mothur/mothur-1.36.1.ebuild
@@ -39,7 +39,8 @@ src_prepare() {
 }
 
 src_compile() {
-       emake USEMPI=$(usex mpi) USEREADLINE=$(usex readline) USEBOOST=$(usex 
boost) USECOMPRESSION=$(usex zlib)
+       # USEBOOST should be set already in pkg_setup
+       emake USEMPI=$(usex mpi) USEREADLINE=$(usex readline) 
USECOMPRESSION=$(usex zlib)
 }
 
 src_install() {

Reply via email to