commit: 92c7d34329f99fec50cecea8d62647653504ab2f
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 14 12:45:36 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Oct 14 12:47:58 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92c7d343
sci-biology/bowtie: Respect CXX
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
sci-biology/bowtie/bowtie-2.2.6.ebuild | 1 +
sci-biology/bowtie/metadata.xml | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/sci-biology/bowtie/bowtie-2.2.6.ebuild
b/sci-biology/bowtie/bowtie-2.2.6.ebuild
index 3cc3837..8906450 100644
--- a/sci-biology/bowtie/bowtie-2.2.6.ebuild
+++ b/sci-biology/bowtie/bowtie-2.2.6.ebuild
@@ -37,6 +37,7 @@ src_compile() {
emake \
CC="$(tc-getCC)" \
CPP="$(tc-getCXX)" \
+ CXX="$(tc-getCXX)" \
CFLAGS="" \
CXXFLAGS="" \
EXTRA_FLAGS="${LDFLAGS}" \
diff --git a/sci-biology/bowtie/metadata.xml b/sci-biology/bowtie/metadata.xml
index 58f2d36..6e56af7 100644
--- a/sci-biology/bowtie/metadata.xml
+++ b/sci-biology/bowtie/metadata.xml
@@ -6,7 +6,7 @@
<remote-id type="sourceforge">bowtie-bio</remote-id>
</upstream>
<use>
- <flag name='tbb'>Enables building bowtie with the Intel
+ <flag name="tbb">Enables building bowtie with the Intel
Threading Building Blocks from <pkg>dev-cpp/tbb</pkg>. This
flag is recommended.</flag>
</use>