sys-cluster/shuffile: src_configure no longer necessary

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2020-03-03 16:54:52 +01:00
parent 6589bd4f80
commit 904c9ce1fc

View File

@@ -29,10 +29,3 @@ src_prepare() {
default
cmake-utils_src_prepare
}
src_configure() {
local mycmakeargs=(
-DMPI="ON"
)
cmake-utils_src_configure
}