Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/mathgl/
Date: Mon, 16 Oct 2017 03:35:03
Message-Id: 1508123046.7f8552ee86fb402a5a7006da5cca595911284f8b.soap@gentoo
1 commit: 7f8552ee86fb402a5a7006da5cca595911284f8b
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 16 03:04:06 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 16 03:04:06 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f8552ee
7
8 sci-libs/mathgl: [QA] Add cmake-utils_src_prepare
9
10 Package-Manager: Portage-2.3.11, Repoman-2.3.3
11
12 sci-libs/mathgl/mathgl-2.3.4.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-libs/mathgl/mathgl-2.3.4.ebuild b/sci-libs/mathgl/mathgl-2.3.4.ebuild
16 index aaacf6c2285..7ec2be14d82 100644
17 --- a/sci-libs/mathgl/mathgl-2.3.4.ebuild
18 +++ b/sci-libs/mathgl/mathgl-2.3.4.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -71,7 +71,7 @@ src_unpack() {
26 }
27
28 src_prepare() {
29 - default
30 + cmake-utils_src_prepare
31
32 # fix for location of hdf headers
33 sed -i -e 's:hdf/::g' src/data_io.cpp || die