summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-01-04 11:10:13 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-01-05 18:40:24 +0100
commit0ca088f5d0d2ebd587897dcc2d00c4d696cf8c19 (patch)
tree7d5cb6176ecadbdca64e1bcbc4b1232b1c4a6250 /sci-mathematics/yacas
parentsci-geosciences: Switch to cmake.eclass (diff)
downloadgentoo-0ca088f5d0d2ebd587897dcc2d00c4d696cf8c19.tar.gz
gentoo-0ca088f5d0d2ebd587897dcc2d00c4d696cf8c19.tar.bz2
gentoo-0ca088f5d0d2ebd587897dcc2d00c4d696cf8c19.zip
sci-mathematics: Switch to cmake.eclass
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-mathematics/yacas')
-rw-r--r--sci-mathematics/yacas/yacas-1.7.0-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-mathematics/yacas/yacas-1.7.0-r1.ebuild b/sci-mathematics/yacas/yacas-1.7.0-r1.ebuild
index 0d808f23ce18..5848e44b18fd 100644
--- a/sci-mathematics/yacas/yacas-1.7.0-r1.ebuild
+++ b/sci-mathematics/yacas/yacas-1.7.0-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit cmake-utils desktop
+inherit cmake desktop
DESCRIPTION="General purpose computer algebra system"
HOMEPAGE="http://www.yacas.org/"
@@ -55,5 +55,5 @@ src_configure() {
-DENABLE_CYACAS_KERNEL=$(usex jupyter)
-DENABLE_CYACAS_UNIT_TESTS=$(usex test)
)
- cmake-utils_src_configure
+ cmake_src_configure
}