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-visualization/kst/
Date: Tue, 12 Jun 2018 07:33:43
Message-Id: 1528787814.c5d274282a8e9c2a12ce6c9ea90b51e3547edafe.asturm@gentoo
1 commit: c5d274282a8e9c2a12ce6c9ea90b51e3547edafe
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 12 07:07:14 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 12 07:16:54 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5d27428
7
8 sci-visualization/kst: EAPI-6 bump
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 sci-visualization/kst/kst-2.0.8.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/sci-visualization/kst/kst-2.0.8.ebuild b/sci-visualization/kst/kst-2.0.8.ebuild
16 index 9d4e9bb326f..1ea474c0cee 100644
17 --- a/sci-visualization/kst/kst-2.0.8.ebuild
18 +++ b/sci-visualization/kst/kst-2.0.8.ebuild
19 @@ -1,9 +1,9 @@
20 # Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=5
24 +EAPI=6
25
26 -inherit cmake-utils multilib
27 +inherit cmake-utils
28
29 MY_P=Kst-${PV}
30
31 @@ -54,7 +54,7 @@ src_configure() {
32 -Dkst_release=$(usex debug OFF ON)
33 -Dkst_rpath=OFF
34 -Dkst_svnversion=OFF
35 - $(cmake-utils_use test kst_test)
36 + -Dkst_test=$(usex test)
37 )
38
39 cmake-utils_src_configure