From 88fba071ef02fc1b1c09019bbaa2e6fd8616ba0f Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Sun, 12 Apr 2020 18:09:48 +0200 Subject: [PATCH] sys-cluster/shuffile: cmake-utils --> cmake Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan --- sys-cluster/shuffile/shuffile-0.0.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-cluster/shuffile/shuffile-0.0.3.ebuild b/sys-cluster/shuffile/shuffile-0.0.3.ebuild index 3f517c4616..a0dcd66f61 100644 --- a/sys-cluster/shuffile/shuffile-0.0.3.ebuild +++ b/sys-cluster/shuffile/shuffile-0.0.3.ebuild @@ -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 }