sci-libs/clapack: EAPI 6
authorJohannes Huber <johu@gentoo.org>
Sun, 29 Jan 2017 09:18:03 +0000 (10:18 +0100)
committerJohannes Huber <johu@gentoo.org>
Sun, 29 Jan 2017 09:25:54 +0000 (10:25 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

sci-libs/clapack/clapack-3.2.1-r8.ebuild

index 93558a4ba4c513d497d252f0654147196a03c859..8bbeb96229a7ed39a8bff9e0e6016bb29ce1034a 100644 (file)
@@ -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
 }