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 EBD4B139694 for ; Sat, 4 Mar 2017 15:03:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B31721C18A; Sat, 4 Mar 2017 15:03:50 +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 0594021C18E for ; Sat, 4 Mar 2017 15:03:50 +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 C1238341840 for ; Sat, 4 Mar 2017 15:03:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C95D5C36 for ; Sat, 4 Mar 2017 15:03:47 +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: <1488639533.d04553cf925079ce5f5db3c38f38cdf0122fd980.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/rospy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/rospy/rospy-1.13.0.ebuild dev-ros/rospy/rospy-9999.ebuild X-VCS-Directories: dev-ros/rospy/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: d04553cf925079ce5f5db3c38f38cdf0122fd980 X-VCS-Branch: master Date: Sat, 4 Mar 2017 15:03:47 +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: 8cb7ddaf-2166-4bc7-a298-0cae4e3cd80d X-Archives-Hash: a2280b12192b7a48f6a8745f70ec0bc2 commit: d04553cf925079ce5f5db3c38f38cdf0122fd980 Author: Alexis Ballier gentoo org> AuthorDate: Sat Mar 4 14:36:51 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sat Mar 4 14:58:53 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d04553cf dev-ros/rospy: Add missing rosgraph_msgs dep Package-Manager: Portage-2.3.4, Repoman-2.3.2 dev-ros/rospy/rospy-1.13.0.ebuild | 1 + dev-ros/rospy/rospy-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-ros/rospy/rospy-1.13.0.ebuild b/dev-ros/rospy/rospy-1.13.0.ebuild index a7636eb1c4c..343c2a3a7d1 100644 --- a/dev-ros/rospy/rospy-1.13.0.ebuild +++ b/dev-ros/rospy/rospy-1.13.0.ebuild @@ -21,6 +21,7 @@ RDEPEND=" dev-ros/rosgraph[${PYTHON_USEDEP}] dev-python/rospkg[${PYTHON_USEDEP}] dev-ros/roscpp[${PYTHON_USEDEP}] + dev-ros/rosgraph_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] " DEPEND="${RDEPEND}" diff --git a/dev-ros/rospy/rospy-9999.ebuild b/dev-ros/rospy/rospy-9999.ebuild index a7636eb1c4c..343c2a3a7d1 100644 --- a/dev-ros/rospy/rospy-9999.ebuild +++ b/dev-ros/rospy/rospy-9999.ebuild @@ -21,6 +21,7 @@ RDEPEND=" dev-ros/rosgraph[${PYTHON_USEDEP}] dev-python/rospkg[${PYTHON_USEDEP}] dev-ros/roscpp[${PYTHON_USEDEP}] + dev-ros/rosgraph_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] " DEPEND="${RDEPEND}"