From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-936392-garchives=archives.gentoo.org@lists.gentoo.org> 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 DB65B139695 for <garchives@archives.gentoo.org>; Sat, 4 Mar 2017 14:26:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E341CE0BFD; Sat, 4 Mar 2017 14:26:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 B4AC1E0BFD for <gentoo-commits@lists.gentoo.org>; Sat, 4 Mar 2017 14:26:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D2CBF341840 for <gentoo-commits@lists.gentoo.org>; Sat, 4 Mar 2017 14:26:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A64A5C2C for <gentoo-commits@lists.gentoo.org>; Sat, 4 Mar 2017 14:26:36 +0000 (UTC) From: "Alexis Ballier" <aballier@gentoo.org> 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" <aballier@gentoo.org> Message-ID: <1488637573.5f02c29552f8f3627e8b19f8d25938f4cd7d0980.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/joint_state_publisher/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/joint_state_publisher/joint_state_publisher-1.12.7.ebuild dev-ros/joint_state_publisher/joint_state_publisher-9999.ebuild X-VCS-Directories: dev-ros/joint_state_publisher/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 5f02c29552f8f3627e8b19f8d25938f4cd7d0980 X-VCS-Branch: master Date: Sat, 4 Mar 2017 14:26:36 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 264a7f7a-c819-4f98-92ba-3f2a9d546a50 X-Archives-Hash: 0df5d4bd34694d2ea006a8898196bc68 commit: 5f02c29552f8f3627e8b19f8d25938f4cd7d0980 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Sat Mar 4 14:26:13 2017 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Sat Mar 4 14:26:13 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f02c295 dev-ros/joint_state_publisher: add missing rosgraph_msgs dep Package-Manager: Portage-2.3.4, Repoman-2.3.2 dev-ros/joint_state_publisher/joint_state_publisher-1.12.7.ebuild | 1 + dev-ros/joint_state_publisher/joint_state_publisher-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-ros/joint_state_publisher/joint_state_publisher-1.12.7.ebuild b/dev-ros/joint_state_publisher/joint_state_publisher-1.12.7.ebuild index 7a7a68e6267..b4de65059c3 100644 --- a/dev-ros/joint_state_publisher/joint_state_publisher-1.12.7.ebuild +++ b/dev-ros/joint_state_publisher/joint_state_publisher-1.12.7.ebuild @@ -19,4 +19,5 @@ RDEPEND="${DEPEND} dev-ros/rospy[${PYTHON_USEDEP}] dev-ros/python_qt_binding[${PYTHON_USEDEP}] dev-ros/sensor_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] + dev-ros/rosgraph_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] " diff --git a/dev-ros/joint_state_publisher/joint_state_publisher-9999.ebuild b/dev-ros/joint_state_publisher/joint_state_publisher-9999.ebuild index 7a7a68e6267..b4de65059c3 100644 --- a/dev-ros/joint_state_publisher/joint_state_publisher-9999.ebuild +++ b/dev-ros/joint_state_publisher/joint_state_publisher-9999.ebuild @@ -19,4 +19,5 @@ RDEPEND="${DEPEND} dev-ros/rospy[${PYTHON_USEDEP}] dev-ros/python_qt_binding[${PYTHON_USEDEP}] dev-ros/sensor_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] + dev-ros/rosgraph_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] "