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

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2020-04-12 18:14:03 +02:00
parent 0b276b057f
commit 2b473d3fc3

View File

@@ -3,7 +3,7 @@
EAPI="7"
inherit cmake-utils
inherit cmake
DESCRIPTION="High-level distributed erasure coding lib combining shuffile and redset"
HOMEPAGE="https://github.com/ECP-VeloC/er"
@@ -29,5 +29,5 @@ src_prepare() {
#do not build static library
sed -i '/er-static/d' src/CMakeLists.txt || die
default
cmake-utils_src_prepare
cmake_src_prepare
}