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 610D01396D9 for ; Mon, 16 Oct 2017 03:35:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8600F2BC027; Mon, 16 Oct 2017 03:35:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 5EC242BC027 for ; Mon, 16 Oct 2017 03:35:00 +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 6ABCB33BEC0 for ; Mon, 16 Oct 2017 03:34:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACB4E8AE7 for ; Mon, 16 Oct 2017 03:34:55 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1508123046.7f8552ee86fb402a5a7006da5cca595911284f8b.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/mathgl/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/mathgl/mathgl-2.3.4.ebuild X-VCS-Directories: sci-libs/mathgl/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 7f8552ee86fb402a5a7006da5cca595911284f8b X-VCS-Branch: master Date: Mon, 16 Oct 2017 03:34:55 +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: 2c1f775b-c26c-440f-a61f-a1e16c60e110 X-Archives-Hash: beea1cb29502f0c8b26e9c3970c3a5c9 commit: 7f8552ee86fb402a5a7006da5cca595911284f8b Author: David Seifert gentoo org> AuthorDate: Mon Oct 16 03:04:06 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Oct 16 03:04:06 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f8552ee sci-libs/mathgl: [QA] Add cmake-utils_src_prepare Package-Manager: Portage-2.3.11, Repoman-2.3.3 sci-libs/mathgl/mathgl-2.3.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/mathgl/mathgl-2.3.4.ebuild b/sci-libs/mathgl/mathgl-2.3.4.ebuild index aaacf6c2285..7ec2be14d82 100644 --- a/sci-libs/mathgl/mathgl-2.3.4.ebuild +++ b/sci-libs/mathgl/mathgl-2.3.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -71,7 +71,7 @@ src_unpack() { } src_prepare() { - default + cmake-utils_src_prepare # fix for location of hdf headers sed -i -e 's:hdf/::g' src/data_io.cpp || die