From ea6b5eb518a2fbd012e8ada758d1058f33b97fa5 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Sun, 12 Apr 2020 18:14:29 +0200 Subject: [PATCH] sys-cluster/AXL: cmake-utils --> cmake Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan --- sys-cluster/AXL/AXL-0.3.0.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-cluster/AXL/AXL-0.3.0.ebuild b/sys-cluster/AXL/AXL-0.3.0.ebuild index d7bcca9435..ac9f4deee6 100644 --- a/sys-cluster/AXL/AXL-0.3.0.ebuild +++ b/sys-cluster/AXL/AXL-0.3.0.ebuild @@ -3,7 +3,7 @@ EAPI="7" -inherit cmake-utils +inherit cmake DESCRIPTION="AXL provides a common C interface to transfer files in an HPC storage hierarchy." HOMEPAGE="https://github.com/ECP-VeloC/AXL" @@ -30,7 +30,7 @@ src_prepare() { #do not auto install README sed -i '/FILES README.md DESTINATION/d' CMakeLists.txt || die default - cmake-utils_src_prepare + cmake_src_prepare } src_configure() { @@ -38,10 +38,10 @@ src_configure() { #other options available: CRAY_DW INTEL_CPPR IBM_BBAPI -DAXL_ASYNC_API=NONE ) - cmake-utils_src_configure + cmake_src_configure } src_install() { - cmake-utils_src_install + cmake_src_install dodoc -r doc/. }