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 3DF1D139084 for ; Wed, 20 Dec 2017 16:54:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BBD2E111C; Wed, 20 Dec 2017 16:54:08 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0F25CE111C for ; Wed, 20 Dec 2017 16:54:08 +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 1BFC633E362 for ; Wed, 20 Dec 2017 16:54:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61FD6AE97 for ; Wed, 20 Dec 2017 16:54:04 +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: <1513788838.6f5c891d4a67c5455a4c15684b2661e468638de9.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/robot_localization/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/robot_localization/robot_localization-9999.ebuild X-VCS-Directories: dev-ros/robot_localization/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 6f5c891d4a67c5455a4c15684b2661e468638de9 X-VCS-Branch: master Date: Wed, 20 Dec 2017 16:54:04 +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: 94479b20-8893-4183-b867-970db8508248 X-Archives-Hash: f4498cb211019f86a0d6cd380fbd9377 commit: 6f5c891d4a67c5455a4c15684b2661e468638de9 Author: Alexis Ballier gentoo org> AuthorDate: Wed Dec 20 16:14:25 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Dec 20 16:53:58 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f5c891d dev-ros/robot_localization: add std_srvs dep Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-ros/robot_localization/robot_localization-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-ros/robot_localization/robot_localization-9999.ebuild b/dev-ros/robot_localization/robot_localization-9999.ebuild index d82b9bcddb0..941ce5516c7 100644 --- a/dev-ros/robot_localization/robot_localization-9999.ebuild +++ b/dev-ros/robot_localization/robot_localization-9999.ebuild @@ -26,6 +26,7 @@ RDEPEND=" dev-ros/roscpp dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/tf2 dev-ros/tf2_geometry_msgs dev-ros/tf2_ros