Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/alglib/
Date: Sun, 26 Aug 2018 11:02:39
Message-Id: 1535281342.9e9fbc6c369e71cc5eb4ce1c6b271c73d9ae4697.asturm@gentoo
1 commit: 9e9fbc6c369e71cc5eb4ce1c6b271c73d9ae4697
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 26 09:57:27 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 26 11:02:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e9fbc6c
7
8 sci-libs/alglib: EAPI-6
9
10 Package-Manager: Portage-2.3.48, Repoman-2.3.10
11
12 sci-libs/alglib/alglib-3.10.0-r1.ebuild | 8 +++++---
13 1 file changed, 5 insertions(+), 3 deletions(-)
14
15 diff --git a/sci-libs/alglib/alglib-3.10.0-r1.ebuild b/sci-libs/alglib/alglib-3.10.0-r1.ebuild
16 index 4144904b8fb..71b8e121855 100644
17 --- a/sci-libs/alglib/alglib-3.10.0-r1.ebuild
18 +++ b/sci-libs/alglib/alglib-3.10.0-r1.ebuild
19 @@ -1,7 +1,7 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=5
25 +EAPI=6
26
27 inherit cmake-utils
28
29 @@ -22,6 +22,8 @@ src_prepare() {
30 }
31
32 src_configure() {
33 - local mycmakeargs=( $(cmake-utils_use_build test) )
34 + local mycmakeargs=(
35 + -DBUILD_TEST=$(usex test)
36 + )
37 cmake-utils_src_configure
38 }