commit:     ea6b5eb518a2fbd012e8ada758d1058f33b97fa5
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Apr 12 16:14:29 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Apr 12 16:14:29 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ea6b5eb5

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

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 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 d7bcca9..ac9f4de 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/.
 }

Reply via email to