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 -}