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 A8F9F138334 for ; Thu, 21 Jun 2018 19:47:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF7ACE08FE; Thu, 21 Jun 2018 19:47:17 +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 75531E08FE for ; Thu, 21 Jun 2018 19:47:16 +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 856BE335CBB for ; Thu, 21 Jun 2018 19:47:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52DAA2FA for ; Thu, 21 Jun 2018 19:47:11 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1529608371.4b32011a72001b46fb34ebb04dcc2bee0fa295f0.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/blas-reference/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/blas-reference/blas-reference-99999999.ebuild X-VCS-Directories: sci-libs/blas-reference/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 4b32011a72001b46fb34ebb04dcc2bee0fa295f0 X-VCS-Branch: master Date: Thu, 21 Jun 2018 19:47:11 +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: 4cec24d2-e2ae-4c85-ac1e-159c3edca0fb X-Archives-Hash: d01ac1e95e09dbf81b33ccb54d15be1d commit: 4b32011a72001b46fb34ebb04dcc2bee0fa295f0 Author: Justin Lecher gentoo org> AuthorDate: Thu Jun 21 19:12:51 2018 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Jun 21 19:12:51 2018 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4b32011a sci-libs/blas-reference: Run cmake-utils_src_prepare Signed-off-by: Justin Lecher gentoo.org> Package-Manager: Portage-2.3.40, Repoman-2.3.9 sci-libs/blas-reference/blas-reference-99999999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-libs/blas-reference/blas-reference-99999999.ebuild b/sci-libs/blas-reference/blas-reference-99999999.ebuild index 12e50de88..71b81ca97 100644 --- a/sci-libs/blas-reference/blas-reference-99999999.ebuild +++ b/sci-libs/blas-reference/blas-reference-99999999.ebuild @@ -31,6 +31,7 @@ DEPEND="${RDEPEND} S="${WORKDIR}/${LPN}-${LPV}" src_prepare() { + cmake-utils_src_prepare # rename library to avoid collision with other blas implementations # ${LIBNAME} and ${PROFNAME} are not defined here, they are in single # quotes in the following seds. They are later set by defining cmake