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 B30891384B4 for ; Wed, 23 Dec 2015 16:32:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BF40E089A; Wed, 23 Dec 2015 16:32:33 +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 13EE6E089A for ; Wed, 23 Dec 2015 16:32:32 +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 5717F340896 for ; Wed, 23 Dec 2015 16:32:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6672DCEB for ; Wed, 23 Dec 2015 16:32:24 +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: <1450888342.c448e05dda73f7f3376ed3bf28de34bf109ac6bb.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/allpathslg/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-biology/allpathslg/allpathslg-52488.ebuild X-VCS-Directories: sci-biology/allpathslg/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: c448e05dda73f7f3376ed3bf28de34bf109ac6bb X-VCS-Branch: master Date: Wed, 23 Dec 2015 16:32:24 +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: 439e0dd1-f717-4f25-9550-41fb220aa3d4 X-Archives-Hash: 0da25683089fac90359bb9321a653146 commit: c448e05dda73f7f3376ed3bf28de34bf109ac6bb Author: Justin Lecher gentoo org> AuthorDate: Wed Dec 23 16:22:51 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Dec 23 16:32:22 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c448e05d sci-biology/allpathslg: default_src_configure doesn't support myeconfargs Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher gentoo.org> sci-biology/allpathslg/allpathslg-52488.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sci-biology/allpathslg/allpathslg-52488.ebuild b/sci-biology/allpathslg/allpathslg-52488.ebuild index 0b0b806..effa25c 100644 --- a/sci-biology/allpathslg/allpathslg-52488.ebuild +++ b/sci-biology/allpathslg/allpathslg-52488.ebuild @@ -35,14 +35,12 @@ pkg_pretend() { } src_prepare() { - default_src_prepare + default eautoreconf } src_configure() { - local myeconfargs=( + econf \ $(use_enable openmp) - ) - default_src_configure }