commit:     ab05aa9b700394928e6994a5ec4cd5918c5442ea
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 09:18:03 2017 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 09:25:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab05aa9b

sci-libs/clapack: EAPI 6

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sci-libs/clapack/clapack-3.2.1-r8.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-libs/clapack/clapack-3.2.1-r8.ebuild 
b/sci-libs/clapack/clapack-3.2.1-r8.ebuild
index 93558a4..8bbeb96 100644
--- a/sci-libs/clapack/clapack-3.2.1-r8.ebuild
+++ b/sci-libs/clapack/clapack-3.2.1-r8.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 inherit flag-o-matic cmake-utils
 
@@ -38,6 +38,6 @@ src_configure() {
        filter-flags -ftree-vectorize
        # causes an internal compiler error with gcc-4.6.2
 
-       local mycmakeargs=( $(cmake-utils_use_enable test TESTS) )
+       local mycmakeargs=( -DENABLE_TESTS=$(usex test) )
        cmake-utils_src_configure
 }

Reply via email to