commit: 7e217105be81f6811e6813b956caf78f60bced3a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 23 22:34:30 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb 23 23:37:01 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e217105
sci-physics/root: Force CMAKE_MAKEFILE_GENERATOR=emake
sci-physics/root/root-6.12.04-r2.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sci-physics/root/root-6.12.04-r2.ebuild
b/sci-physics/root/root-6.12.04-r2.ebuild
index 144d2eaaf83..15613207ee7 100644
--- a/sci-physics/root/root-6.12.04-r2.ebuild
+++ b/sci-physics/root/root-6.12.04-r2.ebuild
@@ -4,6 +4,8 @@
EAPI=6
CMAKE_BUILD_TYPE=Release
+# ninja does not work due to fortran
+CMAKE_MAKEFILE_GENERATOR=emake
FORTRAN_NEEDED="fortran"
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )