From: Andreas Sturmlechner Date: Sun, 14 Oct 2018 18:50:07 +0000 (+0200) Subject: sci-physics/hepmc: EAPI-6 bump X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=533a9304389b0486d680d5927bfcb061b829561e;p=gentoo.git sci-physics/hepmc: EAPI-6 bump Signed-off-by: Andreas Sturmlechner Package-Manager: Portage-2.3.51, Repoman-2.3.11 --- 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/* }