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

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

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

 sys-cluster/redset/redset-0.0.4.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-cluster/redset/redset-0.0.4.ebuild 
b/sys-cluster/redset/redset-0.0.4.ebuild
index 854aa01..1ef123b 100644
--- a/sys-cluster/redset/redset-0.0.4.ebuild
+++ b/sys-cluster/redset/redset-0.0.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="Low-level distributed erasure coding lib to protect datasets of 
MPI applications"
 HOMEPAGE="https://github.com/ECP-VeloC/redset";
@@ -28,10 +28,10 @@ src_prepare() {
        #do not build static library
        sed -i '/redset-static/d' src/CMakeLists.txt
        default
-       cmake-utils_src_prepare
+       cmake_src_prepare
 }
 
 src_install() {
-       cmake-utils_src_install
+       cmake_src_install
        dodoc -r doc/rst/.
 }

Reply via email to