commit:     8c4b9659dd3ae5ff78f6c74d2ef92005d8b71a6c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  8 08:44:55 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jun  8 08:56:16 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c4b9659

sci-mathematics/z3: Port to cmake.eclass

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sci-mathematics/z3/z3-4.8.8.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/sci-mathematics/z3/z3-4.8.8.ebuild 
b/sci-mathematics/z3/z3-4.8.8.ebuild
index 949c33e2e2b..c6b4ae89c61 100644
--- a/sci-mathematics/z3/z3-4.8.8.ebuild
+++ b/sci-mathematics/z3/z3-4.8.8.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=7
 
+CMAKE_ECLASS=cmake
 PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit cmake-multilib python-single-r1 toolchain-funcs
@@ -39,11 +40,11 @@ multilib_src_configure() {
                -DZ3_INCLUDE_GIT_HASH=OFF
        )
 
-       cmake-utils_src_configure
+       cmake_src_configure
 }
 
 multilib_src_test() {
-       cmake-utils_src_make test-z3
+       cmake_build test-z3
        set -- "${BUILD_DIR}"/test-z3 /a
        echo "${@}" >&2
        "${@}" || die

Reply via email to