From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2C5D0138334 for ; Wed, 31 Oct 2018 15:08:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BBEBE07EA; Wed, 31 Oct 2018 15:08:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D3DF3E07EA for ; Wed, 31 Oct 2018 15:08:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 978D0335C63 for ; Wed, 31 Oct 2018 15:08:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CCB83DB for ; Wed, 31 Oct 2018 15:08:48 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1540998471.ff20e8395256fcb55b2c371cd0a5b17ac355d122.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/paraview/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/paraview/paraview-5.5.2.ebuild X-VCS-Directories: sci-visualization/paraview/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: ff20e8395256fcb55b2c371cd0a5b17ac355d122 X-VCS-Branch: master Date: Wed, 31 Oct 2018 15:08:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 14ebb170-d2a5-45df-89cc-ec98b97e6744 X-Archives-Hash: 8eb86ddd92efb70bbc1107d936f56970 commit: ff20e8395256fcb55b2c371cd0a5b17ac355d122 Author: Matthias Maier gentoo org> AuthorDate: Wed Oct 31 15:07:51 2018 +0000 Commit: Matthias Maier gentoo org> CommitDate: Wed Oct 31 15:07:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff20e839 sci-visualization/paraview: work around missing directory Closes: https://bugs.gentoo.org/661812 Signed-off-by: Matthias Maier gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 sci-visualization/paraview/paraview-5.5.2.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sci-visualization/paraview/paraview-5.5.2.ebuild b/sci-visualization/paraview/paraview-5.5.2.ebuild index 0c54acaaf60..d94cca7ce1b 100644 --- a/sci-visualization/paraview/paraview-5.5.2.ebuild +++ b/sci-visualization/paraview/paraview-5.5.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -108,6 +108,10 @@ pkg_setup() { } src_prepare() { + + # Bug #661812 + mkdir -p Plugins/StreamLinesRepresentation/doc || die + cmake-utils_src_prepare # lib64 fixes