From: Mike Gilbert Date: Sat, 11 Aug 2018 16:59:54 +0000 (-0400) Subject: sci-libs/cblas-reference: always use emake X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=fa38dae7ecd9cfef5dfdfd9dc1af2fd9e5baaa6d;p=gentoo.git sci-libs/cblas-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_p305734, Repoman-2.3.10_p30_p305734 --- diff --git a/sci-libs/cblas-reference/cblas-reference-20151113-r2.ebuild b/sci-libs/cblas-reference/cblas-reference-20151113-r2.ebuild index 90ce15319a0e..1fb8df2d9def 100644 --- a/sci-libs/cblas-reference/cblas-reference-20151113-r2.ebuild +++ b/sci-libs/cblas-reference/cblas-reference-20151113-r2.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # 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/cblas-reference/cblas-reference-20161223.ebuild b/sci-libs/cblas-reference/cblas-reference-20161223.ebuild index 8ad5308167eb..817aaa188ef1 100644 --- a/sci-libs/cblas-reference/cblas-reference-20161223.ebuild +++ b/sci-libs/cblas-reference/cblas-reference-20161223.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # 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