From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B278313888F for ; Wed, 14 Oct 2015 12:48:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 867E421C00C; Wed, 14 Oct 2015 12:48:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8FB1021C00C for ; Wed, 14 Oct 2015 12:48:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D95983409FC for ; Wed, 14 Oct 2015 12:48:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9DE810CE for ; Wed, 14 Oct 2015 12:48:05 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1444826878.92c7d34329f99fec50cecea8d62647653504ab2f.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/bowtie/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-biology/bowtie/bowtie-2.2.6.ebuild sci-biology/bowtie/metadata.xml X-VCS-Directories: sci-biology/bowtie/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 92c7d34329f99fec50cecea8d62647653504ab2f X-VCS-Branch: master Date: Wed, 14 Oct 2015 12:48:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4d8b7c40-8a19-4e5b-b2c7-651d8a9c8347 X-Archives-Hash: 3cd374ed35f1a04ff89237470bbc1744 commit: 92c7d34329f99fec50cecea8d62647653504ab2f Author: Justin Lecher gentoo org> AuthorDate: Wed Oct 14 12:45:36 2015 +0000 Commit: Justin Lecher gentoo 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 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 @@ bowtie-bio - Enables building bowtie with the Intel + Enables building bowtie with the Intel Threading Building Blocks from dev-cpp/tbb. This flag is recommended.