Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/paraview/
Date: Wed, 31 Oct 2018 15:08:54
Message-Id: 1540998471.ff20e8395256fcb55b2c371cd0a5b17ac355d122.tamiko@gentoo
1 commit: ff20e8395256fcb55b2c371cd0a5b17ac355d122
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 31 15:07:51 2018 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 31 15:07:51 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff20e839
7
8 sci-visualization/paraview: work around missing directory
9
10 Closes: https://bugs.gentoo.org/661812
11 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
12 Package-Manager: Portage-2.3.51, Repoman-2.3.11
13
14 sci-visualization/paraview/paraview-5.5.2.ebuild | 6 +++++-
15 1 file changed, 5 insertions(+), 1 deletion(-)
16
17 diff --git a/sci-visualization/paraview/paraview-5.5.2.ebuild b/sci-visualization/paraview/paraview-5.5.2.ebuild
18 index 0c54acaaf60..d94cca7ce1b 100644
19 --- a/sci-visualization/paraview/paraview-5.5.2.ebuild
20 +++ b/sci-visualization/paraview/paraview-5.5.2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -108,6 +108,10 @@ pkg_setup() {
28 }
29
30 src_prepare() {
31 +
32 + # Bug #661812
33 + mkdir -p Plugins/StreamLinesRepresentation/doc || die
34 +
35 cmake-utils_src_prepare
36
37 # lib64 fixes