commit: b1995e92eaa58b28f8428732b002fa8ca49167ab Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon Apr 5 10:45:06 2021 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Apr 5 14:07:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1995e92
sci-mathematics/arb: Switch to cmake.eclass Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> sci-mathematics/arb/arb-2.18.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-mathematics/arb/arb-2.18.1.ebuild b/sci-mathematics/arb/arb-2.18.1.ebuild index 61990112221..ec1bac182a3 100644 --- a/sci-mathematics/arb/arb-2.18.1.ebuild +++ b/sci-mathematics/arb/arb-2.18.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="C library for arbitrary-precision interval arithmetic" HOMEPAGE="https://fredrikj.net/arb/" @@ -33,5 +33,5 @@ src_configure() { -DBUILD_TESTING="$(usex test)" ) - cmake-utils_src_configure + cmake_src_configure }
