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 D7261138BED for ; Wed, 14 Oct 2015 12:48:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5E47E0798; Wed, 14 Oct 2015 12:48:08 +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 31E19E07AE for ; Wed, 14 Oct 2015 12:48:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 76B8C3409F2 for ; Wed, 14 Oct 2015 12:48:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7052510C4 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.3e53a5793eaa33b60d58c8df34dbf5b6d33b4a6e.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: 3e53a5793eaa33b60d58c8df34dbf5b6d33b4a6e 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: a3a1222e-34f5-486b-8324-a1022d89cec2 X-Archives-Hash: f2985bf3a8aa2624b986616e302f6c57 commit: 3e53a5793eaa33b60d58c8df34dbf5b6d33b4a6e Author: Ted Tanberry gmail com> AuthorDate: Sat Oct 10 19:45:34 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=3e53a579 sci-biology/bowtie: do not remove -Wall from CXXFLAGS Retain -Wall in CXXFLAGS in bowtie-1.1.2 sci-biology/bowtie/bowtie-1.1.2.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/sci-biology/bowtie/bowtie-1.1.2.ebuild b/sci-biology/bowtie/bowtie-1.1.2.ebuild index 55eec50..882d1a1 100644 --- a/sci-biology/bowtie/bowtie-1.1.2.ebuild +++ b/sci-biology/bowtie/bowtie-1.1.2.ebuild @@ -24,9 +24,6 @@ DOCS=( AUTHORS NEWS TUTORIAL doc/README ) HTML_DOCS=( doc/{manual.html,style.css} ) src_prepare() { - # Suppress useless -Wall pollution - sed -i 's/\-Wall/\-Wno-enum-compare/g' Makefile || die - # always include tinythread.cpp epatch "${FILESDIR}/${P}-tbb-tinythread-missing.patch" }