From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9E6761382C5 for ; Mon, 8 Jun 2020 08:56:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 305B3E08A4; Mon, 8 Jun 2020 08:56:27 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1B938E08A4 for ; Mon, 8 Jun 2020 08:56:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3080134F3AD for ; Mon, 8 Jun 2020 08:56:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C49C2A4 for ; Mon, 8 Jun 2020 08:56:22 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1591606576.8c4b9659dd3ae5ff78f6c74d2ef92005d8b71a6c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/z3/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/z3/z3-4.8.8.ebuild X-VCS-Directories: sci-mathematics/z3/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8c4b9659dd3ae5ff78f6c74d2ef92005d8b71a6c X-VCS-Branch: master Date: Mon, 8 Jun 2020 08:56:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0fca1d87-621f-46aa-832a-2ca745460850 X-Archives-Hash: 248288d5a03f3a96a67314da38fc2475 commit: 8c4b9659dd3ae5ff78f6c74d2ef92005d8b71a6c Author: Michał Górny gentoo org> AuthorDate: Mon Jun 8 08:44:55 2020 +0000 Commit: Michał Górny gentoo 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 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