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 F3FE2138350 for ; Sun, 5 Apr 2020 19:47:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9638FE0CB7; Sun, 5 Apr 2020 19:47:41 +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 7D35EE0CB7 for ; Sun, 5 Apr 2020 19:47:41 +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 7A67834EF71 for ; Sun, 5 Apr 2020 19:47:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B9731C3 for ; Sun, 5 Apr 2020 19:47:36 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1586116036.eb24981c0aba6f6458d5f82457890c0d343f5dac.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/vtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/vtk/vtk-8.1.0-r4.ebuild sci-libs/vtk/vtk-8.1.0-r5.ebuild X-VCS-Directories: sci-libs/vtk/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: eb24981c0aba6f6458d5f82457890c0d343f5dac X-VCS-Branch: master Date: Sun, 5 Apr 2020 19:47:36 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6c2df542-7c2b-42ea-b162-e0cffef5dd20 X-Archives-Hash: 8ab05d705ce47db2668a566681130b9c commit: eb24981c0aba6f6458d5f82457890c0d343f5dac Author: Rafael Palomar rr-research no> AuthorDate: Fri Apr 3 13:26:51 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 5 19:47:16 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb24981c sci-libs/vtk: Fix installation path for CMake files On amd64, installation will drop files in /usr/lib64 except for CMake files which will be installed on /usr/lib. This fixes the installation path for the CMake files (/usr/lib64). Revision bump vtk-8.1.0-r4 --> vtk-8.1.0-r5 Signed-off-by: Rafael Palomar Ávalos rr-research.no> Closes: https://github.com/gentoo/gentoo/pull/15213 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-libs/vtk/{vtk-8.1.0-r4.ebuild => vtk-8.1.0-r5.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-libs/vtk/vtk-8.1.0-r4.ebuild b/sci-libs/vtk/vtk-8.1.0-r5.ebuild similarity index 99% rename from sci-libs/vtk/vtk-8.1.0-r4.ebuild rename to sci-libs/vtk/vtk-8.1.0-r5.ebuild index e0fa62ad1ca..18c95fceeae 100644 --- a/sci-libs/vtk/vtk-8.1.0-r4.ebuild +++ b/sci-libs/vtk/vtk-8.1.0-r5.ebuild @@ -152,6 +152,7 @@ src_configure() { -Wno-dev -DVTK_DIR="${S}" -DVTK_INSTALL_LIBRARY_DIR=$(get_libdir) + -DVTK_INSTALL_PACKAGE_DIR="$(get_libdir)/cmake/${PN}-${SPV}" -DVTK_INSTALL_DOC_DIR="${EPREFIX}/usr/share/doc/${PF}" -DVTK_DATA_ROOT="${EPREFIX}/usr/share/${PN}/data" -DVTK_CUSTOM_LIBRARY_SUFFIX=""