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 DDCF0139694 for ; Thu, 16 Feb 2017 04:32:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1351D21C060; Thu, 16 Feb 2017 04:32:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E82A221C060 for ; Thu, 16 Feb 2017 04:32:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A17EB340C97 for ; Thu, 16 Feb 2017 04:32:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 111F94972 for ; Thu, 16 Feb 2017 04:32:17 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1487219503.91d640016d97d0dee3f9d4a28b466b6141d1b9f9.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/catkin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/catkin/catkin-0.7.5.ebuild dev-util/catkin/catkin-9999.ebuild X-VCS-Directories: dev-util/catkin/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 91d640016d97d0dee3f9d4a28b466b6141d1b9f9 X-VCS-Branch: master Date: Thu, 16 Feb 2017 04:32:17 +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: 6c7d7ba5-067d-4b8b-b220-aca7ffadfdfd X-Archives-Hash: a850e0c8c54fe6dfd3295172cf1162ef commit: 91d640016d97d0dee3f9d4a28b466b6141d1b9f9 Author: Alexis Ballier gentoo org> AuthorDate: Thu Feb 16 04:26:18 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Feb 16 04:31:43 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91d64001 dev-util/catkin: Set PYTHONPATH at configure time so that tests run against the version to install, not the installed one. Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-util/catkin/catkin-0.7.5.ebuild | 1 + dev-util/catkin/catkin-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-util/catkin/catkin-0.7.5.ebuild b/dev-util/catkin/catkin-0.7.5.ebuild index 6dda0014e8..206cc51814 100644 --- a/dev-util/catkin/catkin-0.7.5.ebuild +++ b/dev-util/catkin/catkin-0.7.5.ebuild @@ -68,6 +68,7 @@ catkin_src_configure_internal() { } src_configure() { + export PYTHONPATH="${S}/python" local mycmakeargs=( "$(cmake-utils_use test CATKIN_ENABLE_TESTING)" "-DCATKIN_BUILD_BINARY_PACKAGE=ON" diff --git a/dev-util/catkin/catkin-9999.ebuild b/dev-util/catkin/catkin-9999.ebuild index 6dda0014e8..206cc51814 100644 --- a/dev-util/catkin/catkin-9999.ebuild +++ b/dev-util/catkin/catkin-9999.ebuild @@ -68,6 +68,7 @@ catkin_src_configure_internal() { } src_configure() { + export PYTHONPATH="${S}/python" local mycmakeargs=( "$(cmake-utils_use test CATKIN_ENABLE_TESTING)" "-DCATKIN_BUILD_BINARY_PACKAGE=ON"