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 }