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
This commit is contained in:
Mike Gilbert
2018-08-11 12:59:54 -04:00
parent c93883987c
commit fa38dae7ec
2 changed files with 4 additions and 2 deletions

View File

@@ -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

View File

@@ -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