diff options
author | David Seifert <soap@gentoo.org> | 2017-10-15 20:09:07 -0700 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-10-15 20:09:07 -0700 |
commit | 0d7e40bd713a21633c73a7de7ce0b2fa2a01d03f (patch) | |
tree | 84c897eff45d83a7836bf7679d594c0b047b249b /sci-physics/clhep/clhep-2.2.0.1.ebuild | |
parent | sci-libs/superlu: [QA] Add cmake-utils_src_prepare (diff) | |
download | gentoo-0d7e40bd713a21633c73a7de7ce0b2fa2a01d03f.tar.gz gentoo-0d7e40bd713a21633c73a7de7ce0b2fa2a01d03f.tar.bz2 gentoo-0d7e40bd713a21633c73a7de7ce0b2fa2a01d03f.zip |
sci-physics/clhep: [QA] Add cmake-utils_src_prepare
Package-Manager: Portage-2.3.11, Repoman-2.3.3
Diffstat (limited to 'sci-physics/clhep/clhep-2.2.0.1.ebuild')
-rw-r--r-- | sci-physics/clhep/clhep-2.2.0.1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sci-physics/clhep/clhep-2.2.0.1.ebuild b/sci-physics/clhep/clhep-2.2.0.1.ebuild index 39b91169a162..fc50b6a42203 100644 --- a/sci-physics/clhep/clhep-2.2.0.1.ebuild +++ b/sci-physics/clhep/clhep-2.2.0.1.ebuild @@ -20,6 +20,8 @@ DEPEND="${RDEPEND} S="${WORKDIR}/${PV}/CLHEP" src_prepare() { + cmake-utils_src_prepare + # respect flags sed -i -e 's:-O::g' cmake/Modules/ClhepVariables.cmake || die # no batch mode to allow parallel building (bug #437482) |