From 904c9ce1fc39436f7926d8e4477eb4fac74954ef Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Tue, 3 Mar 2020 16:54:52 +0100 Subject: [PATCH] sys-cluster/shuffile: src_configure no longer necessary Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Andrew Ammerlaan --- 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 c2b7864ff2..3f517c4616 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 -}