summaryrefslogtreecommitdiff
path: root/sci-libs/alglib/alglib-3.10.0-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-08-29 20:19:23 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-08-29 20:19:23 +0100
commit12bb627384ddfd47382b9f1b6464481a58d01ebb (patch)
treef9760c04ccd4fcd7de214e2acd5b0e43fb530aa9 /sci-libs/alglib/alglib-3.10.0-r1.ebuild
parent5fdd950c7ae03e12746a45c86d85861beaacc846 (diff)
gentoo resync : 29.08.2018
Diffstat (limited to 'sci-libs/alglib/alglib-3.10.0-r1.ebuild')
-rw-r--r--sci-libs/alglib/alglib-3.10.0-r1.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/sci-libs/alglib/alglib-3.10.0-r1.ebuild b/sci-libs/alglib/alglib-3.10.0-r1.ebuild
index 4144904b8fb4..71b8e121855a 100644
--- a/sci-libs/alglib/alglib-3.10.0-r1.ebuild
+++ b/sci-libs/alglib/alglib-3.10.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
inherit cmake-utils
@@ -22,6 +22,8 @@ src_prepare() {
}
src_configure() {
- local mycmakeargs=( $(cmake-utils_use_build test) )
+ local mycmakeargs=(
+ -DBUILD_TEST=$(usex test)
+ )
cmake-utils_src_configure
}