sci-physics/hepmc: EAPI-6 bump
authorAndreas Sturmlechner <asturm@gentoo.org>
Sun, 14 Oct 2018 18:50:07 +0000 (20:50 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 14 Oct 2018 19:04:32 +0000 (21:04 +0200)
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

sci-physics/hepmc/hepmc-2.06.09-r1.ebuild

index 7142a94092fc14d2f9252980529b73b22d594ed9..fd3d790263ae883cea3997a2b84134422f3d8bd5 100644 (file)
@@ -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/*
 }