diff options
author | David Seifert <soap@gentoo.org> | 2017-10-15 20:04:06 -0700 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-10-15 20:04:06 -0700 |
commit | 7f8552ee86fb402a5a7006da5cca595911284f8b (patch) | |
tree | 7bfc12b5909e6a0af1ae46007e25346c2c29e3dc /sci-libs/mathgl | |
parent | sci-libs/libgeodecomp: [QA] Add cmake-utils_src_prepare (diff) | |
download | gentoo-7f8552ee86fb402a5a7006da5cca595911284f8b.tar.gz gentoo-7f8552ee86fb402a5a7006da5cca595911284f8b.tar.bz2 gentoo-7f8552ee86fb402a5a7006da5cca595911284f8b.zip |
sci-libs/mathgl: [QA] Add cmake-utils_src_prepare
Package-Manager: Portage-2.3.11, Repoman-2.3.3
Diffstat (limited to 'sci-libs/mathgl')
-rw-r--r-- | sci-libs/mathgl/mathgl-2.3.4.ebuild | 4 |
1 files 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 aaacf6c2285e..7ec2be14d829 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 |