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 E0E61138359 for ; Tue, 4 Aug 2020 16:00:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A1A2E0996; Tue, 4 Aug 2020 16:00:51 +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 70837E0996 for ; Tue, 4 Aug 2020 16:00:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1F04434F215 for ; Tue, 4 Aug 2020 16:00:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9FB97308 for ; Tue, 4 Aug 2020 16:00:48 +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: <1596556818.c7ce8603e608d4e3c00b1840256d019c24d33db1.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/roslaunch/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/roslaunch/roslaunch-1.15.8.ebuild dev-ros/roslaunch/roslaunch-9999.ebuild X-VCS-Directories: dev-ros/roslaunch/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: c7ce8603e608d4e3c00b1840256d019c24d33db1 X-VCS-Branch: master Date: Tue, 4 Aug 2020 16:00: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e3ef22fc-81d9-4b12-962f-cacbe3fb3bfb X-Archives-Hash: 9606e3082e914cd4a8c98972411ce5c2 commit: c7ce8603e608d4e3c00b1840256d019c24d33db1 Author: Alexis Ballier gentoo org> AuthorDate: Tue Aug 4 15:22:48 2020 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Aug 4 16:00:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7ce8603 dev-ros/roslaunch: fix tests Closes: https://bugs.gentoo.org/734744 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/roslaunch/roslaunch-1.15.8.ebuild | 2 +- dev-ros/roslaunch/roslaunch-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ros/roslaunch/roslaunch-1.15.8.ebuild b/dev-ros/roslaunch/roslaunch-1.15.8.ebuild index 6c3529607d8..b0c3d9412aa 100644 --- a/dev-ros/roslaunch/roslaunch-1.15.8.ebuild +++ b/dev-ros/roslaunch/roslaunch-1.15.8.ebuild @@ -32,7 +32,7 @@ DEPEND="${RDEPEND} )" src_test() { - rosdep update + export ROS_PACKAGE_PATH="${S}:${S}/../rosmaster/:${EPREFIX}/usr/share/ros_packages/rosparam:${EPREFIX}/usr/share/ros_packages/roslib:${EPREFIX}/usr/share/ros_packages/rosout" ros-catkin_src_test } diff --git a/dev-ros/roslaunch/roslaunch-9999.ebuild b/dev-ros/roslaunch/roslaunch-9999.ebuild index 6c3529607d8..b0c3d9412aa 100644 --- a/dev-ros/roslaunch/roslaunch-9999.ebuild +++ b/dev-ros/roslaunch/roslaunch-9999.ebuild @@ -32,7 +32,7 @@ DEPEND="${RDEPEND} )" src_test() { - rosdep update + export ROS_PACKAGE_PATH="${S}:${S}/../rosmaster/:${EPREFIX}/usr/share/ros_packages/rosparam:${EPREFIX}/usr/share/ros_packages/roslib:${EPREFIX}/usr/share/ros_packages/rosout" ros-catkin_src_test }