From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B29D71382C5 for ; Fri, 23 Feb 2018 23:37:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5DABE085A; Fri, 23 Feb 2018 23:37:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B8D76E085A for ; Fri, 23 Feb 2018 23:37:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8AD17335C31 for ; Fri, 23 Feb 2018 23:37:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 403AB213 for ; Fri, 23 Feb 2018 23:37:10 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1519429021.7e217105be81f6811e6813b956caf78f60bced3a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/root/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/root/root-6.12.04-r2.ebuild X-VCS-Directories: sci-physics/root/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7e217105be81f6811e6813b956caf78f60bced3a X-VCS-Branch: master Date: Fri, 23 Feb 2018 23:37:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d3030156-a3d6-46ba-b3bd-2fe080bac986 X-Archives-Hash: 3652c05fc9bf94b78e133e40e2202009 commit: 7e217105be81f6811e6813b956caf78f60bced3a Author: Michał Górny gentoo org> AuthorDate: Fri Feb 23 22:34:30 2018 +0000 Commit: Michał Górny gentoo 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} )