diff options
author | David Seifert <soap@gentoo.org> | 2017-10-15 20:09:48 -0700 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-10-15 20:09:48 -0700 |
commit | cc990e61243dab0a64ea4d12e94093b37cd17dc8 (patch) | |
tree | b9b5380ab15dc29a7808c5fb241b4b65f2f5d65a /sci-physics | |
parent | sci-physics/clhep: [QA] Add cmake-utils_src_prepare (diff) | |
download | gentoo-cc990e61243dab0a64ea4d12e94093b37cd17dc8.tar.gz gentoo-cc990e61243dab0a64ea4d12e94093b37cd17dc8.tar.bz2 gentoo-cc990e61243dab0a64ea4d12e94093b37cd17dc8.zip |
sci-physics/hepmc: [QA] Add cmake-utils_src_prepare
Package-Manager: Portage-2.3.11, Repoman-2.3.3
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/hepmc/hepmc-2.06.09-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sci-physics/hepmc/hepmc-2.06.09-r1.ebuild b/sci-physics/hepmc/hepmc-2.06.09-r1.ebuild index 20b3409bd416..46b3b6d47d9e 100644 --- a/sci-physics/hepmc/hepmc-2.06.09-r1.ebuild +++ b/sci-physics/hepmc/hepmc-2.06.09-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -31,6 +31,8 @@ S="${WORKDIR}/${MYP}" DOCS=( ChangeLog AUTHORS ) src_prepare() { + cmake-utils_src_prepare + sed -i -e '/add_subdirectory(doc)/d' CMakeLists.txt # CMake doc building broken # gentoo doc directory |