Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/hepmc/
Date: Sun, 14 Oct 2018 19:04:49
Message-Id: 1539543872.533a9304389b0486d680d5927bfcb061b829561e.asturm@gentoo
1 commit: 533a9304389b0486d680d5927bfcb061b829561e
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 14 18:50:07 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 14 19:04:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=533a9304
7
8 sci-physics/hepmc: EAPI-6 bump
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 sci-physics/hepmc/hepmc-2.06.09-r1.ebuild | 5 +++--
14 1 file changed, 3 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-physics/hepmc/hepmc-2.06.09-r1.ebuild b/sci-physics/hepmc/hepmc-2.06.09-r1.ebuild
17 index 7142a94092f..fd3d790263a 100644
18 --- a/sci-physics/hepmc/hepmc-2.06.09-r1.ebuild
19 +++ b/sci-physics/hepmc/hepmc-2.06.09-r1.ebuild
20 @@ -1,7 +1,7 @@
21 # Copyright 1999-2018 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=5
25 +EAPI=6
26
27 inherit cmake-utils
28
29 @@ -89,6 +89,7 @@ src_compile() {
30 }
31
32 src_install() {
33 + use doc && HTML_DOCS=( doc/html/. )
34 + use doc && dodoc doc/*.pdf
35 cmake-utils_src_install
36 - use doc && dodoc doc/*.pdf && dohtml -r doc/html/*
37 }