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 EE143138359 for ; Fri, 31 Jul 2020 13:20:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C516CE088F; Fri, 31 Jul 2020 13:20:42 +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 AAF87E088F for ; Fri, 31 Jul 2020 13:20:42 +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 ACE3934F52C for ; Fri, 31 Jul 2020 13:20:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E77A300 for ; Fri, 31 Jul 2020 13:20:39 +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: <1596201627.5acf0fa0d59cb7ff6942d47bd60fa8d2ef2adb0a.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/rospy_tutorials/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/rospy_tutorials/rospy_tutorials-0.10.1.ebuild dev-ros/rospy_tutorials/rospy_tutorials-9999.ebuild X-VCS-Directories: dev-ros/rospy_tutorials/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 5acf0fa0d59cb7ff6942d47bd60fa8d2ef2adb0a X-VCS-Branch: master Date: Fri, 31 Jul 2020 13:20:39 +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: ae14d567-262d-475f-bc0a-14658c459c11 X-Archives-Hash: a13c50f3638c251dfa089a4366c6bf6d commit: 5acf0fa0d59cb7ff6942d47bd60fa8d2ef2adb0a Author: Alexis Ballier gentoo org> AuthorDate: Fri Jul 31 13:20:20 2020 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Jul 31 13:20:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5acf0fa0 dev-ros/rospy_tutorials: add missing test dep Closes: https://bugs.gentoo.org/734740 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/rospy_tutorials/rospy_tutorials-0.10.1.ebuild | 5 ++++- dev-ros/rospy_tutorials/rospy_tutorials-9999.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/dev-ros/rospy_tutorials/rospy_tutorials-0.10.1.ebuild b/dev-ros/rospy_tutorials/rospy_tutorials-0.10.1.ebuild index 9977f2feee7..ecde7b0dc1d 100644 --- a/dev-ros/rospy_tutorials/rospy_tutorials-0.10.1.ebuild +++ b/dev-ros/rospy_tutorials/rospy_tutorials-0.10.1.ebuild @@ -19,7 +19,10 @@ RDEPEND=" dev-ros/rospy[${PYTHON_SINGLE_USEDEP}] " DEPEND="${RDEPEND} - test? ( dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] )" + test? ( + dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] + dev-ros/roscpp_tutorials + )" src_test() { export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}" diff --git a/dev-ros/rospy_tutorials/rospy_tutorials-9999.ebuild b/dev-ros/rospy_tutorials/rospy_tutorials-9999.ebuild index 9977f2feee7..ecde7b0dc1d 100644 --- a/dev-ros/rospy_tutorials/rospy_tutorials-9999.ebuild +++ b/dev-ros/rospy_tutorials/rospy_tutorials-9999.ebuild @@ -19,7 +19,10 @@ RDEPEND=" dev-ros/rospy[${PYTHON_SINGLE_USEDEP}] " DEPEND="${RDEPEND} - test? ( dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] )" + test? ( + dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] + dev-ros/roscpp_tutorials + )" src_test() { export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}"