sys-cluster/KVTree: 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:13:14 +02:00
parent 0e10a9894d
commit 0b276b057f
2 changed files with 8 additions and 8 deletions

View File

@@ -3,7 +3,7 @@
EAPI="7"
inherit cmake-utils
inherit cmake
case "${PV}" in
9999)
@@ -46,7 +46,7 @@ src_prepare() {
#do not install README.md automatically
sed -i '/FILES README.md DESTINATION/d' CMakeLists.txt || die
default
cmake-utils_src_prepare
cmake_src_prepare
}
src_configure() {
@@ -55,12 +55,12 @@ src_configure() {
-DKVTREE_FILE_LOCK="$(usex flock FLOCK $(usex fcntl FCNTL NONE))"
)
cmake-utils_src_configure
cmake_src_configure
}
src_install() {
chrpath -d "${BUILD_DIR}/src/kvtree_print_file" || die
cmake-utils_src_install
cmake_src_install
chrpath -d "${ED}/usr/$(get_libdir)/libkvtree.so" || die
dodoc doc/rst/*.rst
docinto "${DOCSDIR}/users"