diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-05 12:45:06 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-05 16:07:27 +0200 |
commit | b1995e92eaa58b28f8428732b002fa8ca49167ab (patch) | |
tree | 049cb343be2829fa2ca2b3cef405f3230d25594b /sci-mathematics | |
parent | www-servers/nginx: avoid using EROOT in src_configure (diff) | |
download | gentoo-b1995e92eaa58b28f8428732b002fa8ca49167ab.tar.gz gentoo-b1995e92eaa58b28f8428732b002fa8ca49167ab.tar.bz2 gentoo-b1995e92eaa58b28f8428732b002fa8ca49167ab.zip |
sci-mathematics/arb: Switch to cmake.eclass
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/arb/arb-2.18.1.ebuild | 4 |
1 files 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 61990112221f..ec1bac182a3a 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 } |