From 0e10a9894daae24055f460c54b4c0ebc21687f7e Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Sun, 12 Apr 2020 18:12:40 +0200 Subject: [PATCH] sys-cluster/rankstr: cmake-utils --> cmake Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan --- sys-cluster/rankstr/rankstr-0.0.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-cluster/rankstr/rankstr-0.0.2.ebuild b/sys-cluster/rankstr/rankstr-0.0.2.ebuild index fec34b43c3..1f5b14392c 100644 --- a/sys-cluster/rankstr/rankstr-0.0.2.ebuild +++ b/sys-cluster/rankstr/rankstr-0.0.2.ebuild @@ -3,7 +3,7 @@ EAPI="7" -inherit cmake-utils +inherit cmake DESCRIPTION="Split an MPI communicator into subcomms based on string values" HOMEPAGE="https://github.com/ECP-VeloC/rankstr" @@ -25,5 +25,5 @@ src_prepare() { #do not build static library sed -i '/rankstr-static/d' src/CMakeLists.txt || die default - cmake-utils_src_prepare + cmake_src_prepare }