summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-10-14 20:50:07 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-10-14 21:04:32 +0200
commit533a9304389b0486d680d5927bfcb061b829561e (patch)
tree24b5da165337eaaa0e1b1cdee3ed45fef52a2f88
parentsci-physics/hepmc: Simplify src_configure (diff)
downloadgentoo-533a9304389b0486d680d5927bfcb061b829561e.tar.gz
gentoo-533a9304389b0486d680d5927bfcb061b829561e.tar.bz2
gentoo-533a9304389b0486d680d5927bfcb061b829561e.zip
sci-physics/hepmc: EAPI-6 bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
-rw-r--r--sci-physics/hepmc/hepmc-2.06.09-r1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/sci-physics/hepmc/hepmc-2.06.09-r1.ebuild b/sci-physics/hepmc/hepmc-2.06.09-r1.ebuild
index 7142a94092fc..fd3d790263ae 100644
--- a/sci-physics/hepmc/hepmc-2.06.09-r1.ebuild
+++ b/sci-physics/hepmc/hepmc-2.06.09-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
inherit cmake-utils
@@ -89,6 +89,7 @@ src_compile() {
}
src_install() {
+ use doc && HTML_DOCS=( doc/html/. )
+ use doc && dodoc doc/*.pdf
cmake-utils_src_install
- use doc && dodoc doc/*.pdf && dohtml -r doc/html/*
}