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 82473138350 for ; Tue, 3 Mar 2020 15:55:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3E9DE08E0; Tue, 3 Mar 2020 15:55:25 +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 928C5E08E0 for ; Tue, 3 Mar 2020 15:55:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 500C034F268 for ; Tue, 3 Mar 2020 15:55:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1833116 for ; Tue, 3 Mar 2020 15:55:22 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1583250892.904c9ce1fc39436f7926d8e4477eb4fac74954ef.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/shuffile/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-cluster/shuffile/shuffile-0.0.3.ebuild X-VCS-Directories: sys-cluster/shuffile/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 904c9ce1fc39436f7926d8e4477eb4fac74954ef X-VCS-Branch: dev Date: Tue, 3 Mar 2020 15:55:22 +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: a624737f-355e-44dc-95fe-f898fef25c5d X-Archives-Hash: 75405769c71d68e32f204c5b9dade2a3 Message-ID: <20200303155522.lsaK9UPquAjHoEer7b6teb7jw8bl3Z696_AYsPbXBzA@z> commit: 904c9ce1fc39436f7926d8e4477eb4fac74954ef Author: Andrew Ammerlaan riseup net> AuthorDate: Tue Mar 3 15:54:52 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Mar 3 15:54:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=904c9ce1 sys-cluster/shuffile: src_configure no longer necessary Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Andrew Ammerlaan riseup.net> sys-cluster/shuffile/shuffile-0.0.3.ebuild | 7 ------- 1 file changed, 7 deletions(-) diff --git a/sys-cluster/shuffile/shuffile-0.0.3.ebuild b/sys-cluster/shuffile/shuffile-0.0.3.ebuild index c2b7864..3f517c4 100644 --- a/sys-cluster/shuffile/shuffile-0.0.3.ebuild +++ b/sys-cluster/shuffile/shuffile-0.0.3.ebuild @@ -29,10 +29,3 @@ src_prepare() { default cmake-utils_src_prepare } - -src_configure() { - local mycmakeargs=( - -DMPI="ON" - ) - cmake-utils_src_configure -}