sci-biology/bowtie: Respect CXX

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2015-10-14 14:45:36 +02:00
parent 50fe91c03b
commit 92c7d34329
2 changed files with 2 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ src_compile() {
emake \
CC="$(tc-getCC)" \
CPP="$(tc-getCXX)" \
CXX="$(tc-getCXX)" \
CFLAGS="" \
CXXFLAGS="" \
EXTRA_FLAGS="${LDFLAGS}" \

View File

@@ -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>