commit: 88fba071ef02fc1b1c09019bbaa2e6fd8616ba0f Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Sun Apr 12 16:09:48 2020 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Sun Apr 12 16:09:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=88fba071
sys-cluster/shuffile: cmake-utils --> cmake Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> sys-cluster/shuffile/shuffile-0.0.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-cluster/shuffile/shuffile-0.0.3.ebuild b/sys-cluster/shuffile/shuffile-0.0.3.ebuild index 3f517c4..a0dcd66 100644 --- a/sys-cluster/shuffile/shuffile-0.0.3.ebuild +++ b/sys-cluster/shuffile/shuffile-0.0.3.ebuild @@ -3,7 +3,7 @@ EAPI="7" -inherit cmake-utils +inherit cmake DESCRIPTION="SHUFFILE Shuffle files between processes" HOMEPAGE="https://github.com/ECP-VeloC/shuffile" @@ -27,5 +27,5 @@ src_prepare() { #do not build static library sed -i '/shuffile-static/d' src/CMakeLists.txt || die default - cmake-utils_src_prepare + cmake_src_prepare }
