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 7A06313888F for ; Wed, 14 Oct 2015 12:48:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EEE3F21C00D; Wed, 14 Oct 2015 12:48:09 +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 4B89E21C008 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 8657D340967 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 A49D410CB 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.5660b0815cc329a4983ec40012e883aafe11acee.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-1.1.2.ebuild X-VCS-Directories: sci-biology/bowtie/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 5660b0815cc329a4983ec40012e883aafe11acee 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: 8afb08b0-2039-462e-ae01-362e7bea97d0 X-Archives-Hash: bc1324d27271b87d5201202984e87ba5 commit: 5660b0815cc329a4983ec40012e883aafe11acee Author: Ted Tanberry gmail com> AuthorDate: Sun Oct 11 07:51:55 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=5660b081 sci-biology/bowtie-1.1.2: Enable 'tbb' USE flag by default sci-biology/bowtie/bowtie-1.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-biology/bowtie/bowtie-1.1.2.ebuild b/sci-biology/bowtie/bowtie-1.1.2.ebuild index 882d1a1..a4a8b5b 100644 --- a/sci-biology/bowtie/bowtie-1.1.2.ebuild +++ b/sci-biology/bowtie/bowtie-1.1.2.ebuild @@ -14,7 +14,7 @@ LICENSE="Artistic" SLOT="1" KEYWORDS="~amd64 ~x86 ~x64-macos" -IUSE="examples tbb" +IUSE="examples +tbb" DEPEND="app-arch/unzip tbb? ( dev-cpp/tbb )"