commit: 7f8552ee86fb402a5a7006da5cca595911284f8b
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 16 03:04:06 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> 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