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 E2B85138334 for ; Thu, 13 Sep 2018 18:56:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2EAD2E0C75; Thu, 13 Sep 2018 18:56:12 +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 D4CFAE0C52 for ; Thu, 13 Sep 2018 18:56:10 +0000 (UTC) Received: from tuxbrain.localnet (188-23-247-204.adsl.highway.telekom.at [188.23.247.204]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: asturm) by smtp.gentoo.org (Postfix) with ESMTPSA id EDB8A335CF2 for ; Thu, 13 Sep 2018 18:56:08 +0000 (UTC) From: Andreas Sturmlechner To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] [PATCH 1/2] cmake-utils.eclass: Make ninja default backend in EAPI >= 7 Date: Thu, 13 Sep 2018 20:55:49 +0200 Message-ID: <2911463.GT03ohXffx@tuxbrain> In-Reply-To: References: <20180726063501.18702-1-soap@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Archives-Salt: 0cf430cd-f906-46dd-8e8c-550d23e0a045 X-Archives-Hash: d47a864b7bbe8d97fd67175ffb35ef88 On Donnerstag, 13. September 2018 16:25:13 CEST Mike Gilbert wrote: > This may effect your plans to enable ninja by default, since it will > break any fortran package. Not much concerned about that; backend default can be overridden by package, should its maintainer find out it breaks by EAPI-7 bump.