diff options
Diffstat (limited to 'sci-physics/hepmc/hepmc-2.06.09-r1.ebuild')
-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 |