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 CD3CD13888F for ; Wed, 14 Oct 2015 12:48:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3ABE821C008; 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 51DD321C009 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 8751D3409A4 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 B69B410CC 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.a5cdb5129aa0e80c0f8883863db3b6a9bf00d0fd.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 X-VCS-Directories: sci-biology/bowtie/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: a5cdb5129aa0e80c0f8883863db3b6a9bf00d0fd 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: 78edc620-e8d2-45c0-b630-d2c39e94b9a3 X-Archives-Hash: 2782a58574a4c7e83e3f0948b9cce5e6 commit: a5cdb5129aa0e80c0f8883863db3b6a9bf00d0fd Author: Ted Tanberry gmail com> AuthorDate: Sun Oct 11 07:52:57 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=a5cdb512 sci-biology/bowtie-2.2.6: Enable 'tbb' USE flag by default sci-biology/bowtie/bowtie-2.2.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-biology/bowtie/bowtie-2.2.6.ebuild b/sci-biology/bowtie/bowtie-2.2.6.ebuild index c15de56..3cc3837 100644 --- a/sci-biology/bowtie/bowtie-2.2.6.ebuild +++ b/sci-biology/bowtie/bowtie-2.2.6.ebuild @@ -14,7 +14,7 @@ LICENSE="GPL-3" SLOT="2" KEYWORDS="~amd64 ~x86" -IUSE="examples cpu_flags_x86_sse2 tbb" +IUSE="examples cpu_flags_x86_sse2 +tbb" RDEPEND="dev-lang/perl" DEPEND="${RDEPEND}