From be0ab352405aa2d5d968a8c3905557b914df9626 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Mon, 30 Dec 2019 20:12:17 +0100 Subject: */*: Switch proxy-maint to cmake.eclass Signed-off-by: Andreas Sturmlechner --- games-action/minetest/minetest-5.1.0-r1.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'games-action') diff --git a/games-action/minetest/minetest-5.1.0-r1.ebuild b/games-action/minetest/minetest-5.1.0-r1.ebuild index 30beb3bfeb10..018526a2e715 100644 --- a/games-action/minetest/minetest-5.1.0-r1.ebuild +++ b/games-action/minetest/minetest-5.1.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils xdg +inherit cmake xdg DESCRIPTION="A free open-source voxel game engine with easy modding and game creation" HOMEPAGE="https://www.minetest.net" @@ -58,7 +58,7 @@ BDEPEND=" PATCHES="${FILESDIR}/${PV}-FindJson.patch" src_prepare() { - cmake-utils_src_prepare + cmake_src_prepare # set paths sed \ -e "s#@BINDIR@#${EPREFIX}/usr/bin#g" \ @@ -98,20 +98,20 @@ src_configure() { -DIRRLICHT_INCLUDE_DIR="${EPREFIX}/usr/include/irrlicht" ) - cmake-utils_src_configure + cmake_src_configure } src_compile() { - cmake-utils_src_compile + cmake_src_compile if use doc ; then - cmake-utils_src_compile doc + cmake_src_compile doc HTML_DOCS=( "${BUILD_DIR}"/doc/html/. ) fi } src_install() { - cmake-utils_src_install + cmake_src_install if use server ; then keepdir /var/log/minetest -- cgit v1.2.3-18-g5258