commit:     c5d274282a8e9c2a12ce6c9ea90b51e3547edafe
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 12 07:07:14 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jun 12 07:16:54 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5d27428

sci-visualization/kst: EAPI-6 bump

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sci-visualization/kst/kst-2.0.8.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-visualization/kst/kst-2.0.8.ebuild 
b/sci-visualization/kst/kst-2.0.8.ebuild
index 9d4e9bb326f..1ea474c0cee 100644
--- a/sci-visualization/kst/kst-2.0.8.ebuild
+++ b/sci-visualization/kst/kst-2.0.8.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-inherit cmake-utils multilib
+inherit cmake-utils
 
 MY_P=Kst-${PV}
 
@@ -54,7 +54,7 @@ src_configure() {
                -Dkst_release=$(usex debug OFF ON)
                -Dkst_rpath=OFF
                -Dkst_svnversion=OFF
-               $(cmake-utils_use test kst_test)
+               -Dkst_test=$(usex test)
        )
 
        cmake-utils_src_configure

Reply via email to