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 29926138334 for ; Sat, 11 Aug 2018 17:00:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D564AE07AE; Sat, 11 Aug 2018 17:00:18 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A6F1CE07AE for ; Sat, 11 Aug 2018 17:00:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 7F8D0335CDE for ; Sat, 11 Aug 2018 17:00:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9B7D396 for ; Sat, 11 Aug 2018 17:00:02 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1534006794.fa38dae7ecd9cfef5dfdfd9dc1af2fd9e5baaa6d.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/cblas-reference/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/cblas-reference/cblas-reference-20151113-r2.ebuild sci-libs/cblas-reference/cblas-reference-20161223.ebuild X-VCS-Directories: sci-libs/cblas-reference/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: fa38dae7ecd9cfef5dfdfd9dc1af2fd9e5baaa6d X-VCS-Branch: master Date: Sat, 11 Aug 2018 17:00:02 +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: 06bb344c-97d6-4a01-a6e2-4aee845eb68e X-Archives-Hash: 9371927d8796b83c33811b4ac2036933 commit: fa38dae7ecd9cfef5dfdfd9dc1af2fd9e5baaa6d Author: Mike Gilbert gentoo org> AuthorDate: Sat Aug 11 16:59:54 2018 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sat Aug 11 16:59:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa38dae7 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 sci-libs/cblas-reference/cblas-reference-20151113-r2.ebuild | 3 ++- sci-libs/cblas-reference/cblas-reference-20161223.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sci-libs/cblas-reference/cblas-reference-20151113-r2.ebuild b/sci-libs/cblas-reference/cblas-reference-20151113-r2.ebuild index 90ce15319a0..1fb8df2d9de 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 8ad5308167e..817aaa188ef 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