summaryrefslogtreecommitdiff
path: root/sci-mathematics/arb/arb-2.18.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics/arb/arb-2.18.1.ebuild')
-rw-r--r--sci-mathematics/arb/arb-2.18.1.ebuild4
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
}