From: Mike Gilbert Date: Sat, 11 Aug 2018 16:32:13 +0000 (-0400) Subject: sci-libs/blas-reference: always use emake X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=104f84aaaf437fe9609acbcab94379f22a723cbe;p=gentoo.git sci-libs/blas-reference: always use emake Resolves build failure with if user has CMAKE_MAKEFILE_GENERATOR=ninja in make.conf. Package-Manager: Portage-2.3.45_p0_p304073, Repoman-2.3.10_p30_p304073 --- diff --git a/sci-libs/blas-reference/blas-reference-20151113-r1.ebuild b/sci-libs/blas-reference/blas-reference-20151113-r1.ebuild index 4b9722513640..13f1edb36df5 100644 --- a/sci-libs/blas-reference/blas-reference-20151113-r1.ebuild +++ b/sci-libs/blas-reference/blas-reference-20151113-r1.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 +CMAKE_MAKEFILE_GENERATOR=emake inherit eutils fortran-2 cmake-utils multilib flag-o-matic toolchain-funcs diff --git a/sci-libs/blas-reference/blas-reference-20161223.ebuild b/sci-libs/blas-reference/blas-reference-20161223.ebuild index f9afcc3aec12..5ceb038e7702 100644 --- a/sci-libs/blas-reference/blas-reference-20161223.ebuild +++ b/sci-libs/blas-reference/blas-reference-20161223.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 +CMAKE_MAKEFILE_GENERATOR=emake inherit eutils fortran-2 cmake-utils multilib flag-o-matic toolchain-funcs