From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3D256138334 for ; Mon, 10 Dec 2018 13:28:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23B81E09EF; Mon, 10 Dec 2018 13:28:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ECCAFE09EF for ; Mon, 10 Dec 2018 13:28:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 144FC335C9F for ; Mon, 10 Dec 2018 13:28:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 900AD3F0 for ; Mon, 10 Dec 2018 13:28:27 +0000 (UTC) From: "Martin Mokrejs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Martin Mokrejs" Message-ID: <1544448489.9eeb095bd6468b0ab9ac265d730eaf458afae83a.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/abyss/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/abyss/abyss-2.1.5.ebuild X-VCS-Directories: sci-biology/abyss/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: 9eeb095bd6468b0ab9ac265d730eaf458afae83a X-VCS-Branch: master Date: Mon, 10 Dec 2018 13:28:27 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c14b3afc-09e8-4d5a-8488-9a55b0e34a21 X-Archives-Hash: 7416c567cecf296d418efc01b90c380f commit: 9eeb095bd6468b0ab9ac265d730eaf458afae83a Author: Martin Mokrejs fold natur cuni cz> AuthorDate: Mon Dec 10 13:28:09 2018 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Mon Dec 10 13:28:09 2018 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9eeb095b sci-biology/abyss: Force --enable-maxk=256 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Martin Mokrejs fold.natur.cuni.cz> sci-biology/abyss/abyss-2.1.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-biology/abyss/abyss-2.1.5.ebuild b/sci-biology/abyss/abyss-2.1.5.ebuild index 007cc7384..66c216fab 100644 --- a/sci-biology/abyss/abyss-2.1.5.ebuild +++ b/sci-biology/abyss/abyss-2.1.5.ebuild @@ -50,5 +50,5 @@ src_configure() { # unless request by user: bug #534412 use misc-haskell || export ac_cv_prog_ac_ct_GHC= - econf $(use_enable openmp) + econf $(use_enable openmp) --enable-maxk=256 }