sys-cluster/shuffile: cmake-utils --> cmake

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2020-04-12 18:09:48 +02:00
parent 78dae3d934
commit 88fba071ef

View File

@@ -3,7 +3,7 @@
EAPI="7"
inherit cmake-utils
inherit cmake
DESCRIPTION="SHUFFILE Shuffle files between processes"
HOMEPAGE="https://github.com/ECP-VeloC/shuffile"
@@ -27,5 +27,5 @@ src_prepare() {
#do not build static library
sed -i '/shuffile-static/d' src/CMakeLists.txt || die
default
cmake-utils_src_prepare
cmake_src_prepare
}