aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mokrejš <mmokrejs@fold.natur.cuni.cz>2016-10-15 15:22:48 +0200
committerMartin Mokrejš <mmokrejs@fold.natur.cuni.cz>2016-10-15 15:22:48 +0200
commitfbe3607420deb302313f1bdc2090f5b0a88242b5 (patch)
treed4ca62807fa24a9d1e273ea43917044319320014 /sci-biology/mothur
parentdev-python/matplotlib2tikz: Version bump to 0.5.14 (diff)
downloadsci-fbe3607420deb302313f1bdc2090f5b0a88242b5.tar.gz
sci-fbe3607420deb302313f1bdc2090f5b0a88242b5.tar.bz2
sci-fbe3607420deb302313f1bdc2090f5b0a88242b5.zip
sci-biology/mothur: shutdown QC error about IUSE=boost missing
Package-Manager: portage-2.3.0
Diffstat (limited to 'sci-biology/mothur')
-rw-r--r--sci-biology/mothur/mothur-1.36.1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-biology/mothur/mothur-1.36.1.ebuild b/sci-biology/mothur/mothur-1.36.1.ebuild
index 49920a77e..dd15f38c7 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() {