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 01401139694 for ; Sat, 6 May 2017 22:20:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BE73E0E1A; Sat, 6 May 2017 22:20:47 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 01B62E0E1A for ; Sat, 6 May 2017 22:20:36 +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 A6B083416E5 for ; Sat, 6 May 2017 22:20:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1101E7460 for ; Sat, 6 May 2017 22:20:13 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1494109201.909cba127b3fe89b8668e186654a2e26cd2a6d28.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/vtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/vtk/vtk-6.1.0-r3.ebuild sci-libs/vtk/vtk-6.1.0-r4.ebuild X-VCS-Directories: sci-libs/vtk/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 909cba127b3fe89b8668e186654a2e26cd2a6d28 X-VCS-Branch: master Date: Sat, 6 May 2017 22:20:13 +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: d60536da-0e4f-4a39-b005-d24f94841475 X-Archives-Hash: 8d0e3960520d7240300a908b54ffa5a2 commit: 909cba127b3fe89b8668e186654a2e26cd2a6d28 Author: David Seifert gentoo org> AuthorDate: Sat May 6 15:02:35 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sat May 6 22:20:01 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=909cba12 sci-libs/vtk: Remove PREFIX setting for CMake Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4555 sci-libs/vtk/vtk-6.1.0-r3.ebuild | 2 +- sci-libs/vtk/vtk-6.1.0-r4.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-libs/vtk/vtk-6.1.0-r3.ebuild b/sci-libs/vtk/vtk-6.1.0-r3.ebuild index 6bac474feaf..7367f5ccbe6 100644 --- a/sci-libs/vtk/vtk-6.1.0-r3.ebuild +++ b/sci-libs/vtk/vtk-6.1.0-r3.ebuild @@ -291,7 +291,7 @@ src_configure() { -DSIP_INCLUDE_DIR="$(python_get_includedir)" -DVTK_PYTHON_INCLUDE_DIR="$(python_get_includedir)" -DVTK_PYTHON_LIBRARY="$(python_get_library_path)" - -DVTK_PYTHON_SETUP_ARGS:STRING="--prefix=${PREFIX} --root=${D}" + -DVTK_PYTHON_SETUP_ARGS:STRING="--prefix=${EPREFIX}/usr --root=${D}" ) fi diff --git a/sci-libs/vtk/vtk-6.1.0-r4.ebuild b/sci-libs/vtk/vtk-6.1.0-r4.ebuild index 11c77033d08..9f22a8e6793 100644 --- a/sci-libs/vtk/vtk-6.1.0-r4.ebuild +++ b/sci-libs/vtk/vtk-6.1.0-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -290,7 +290,7 @@ src_configure() { -DSIP_INCLUDE_DIR="$(python_get_includedir)" -DVTK_PYTHON_INCLUDE_DIR="$(python_get_includedir)" -DVTK_PYTHON_LIBRARY="$(python_get_library_path)" - -DVTK_PYTHON_SETUP_ARGS:STRING="--prefix=${PREFIX} --root=${D}" + -DVTK_PYTHON_SETUP_ARGS:STRING="--prefix=${EPREFIX}/usr --root=${D}" ) fi