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 030C2139085 for ; Thu, 26 Jan 2017 08:25:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8068E0D24; Thu, 26 Jan 2017 08:24:39 +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 A6DCBE0D24 for ; Thu, 26 Jan 2017 08:24:29 +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 C5A8A341648 for ; Thu, 26 Jan 2017 08:24:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B2CE300F for ; Thu, 26 Jan 2017 08:24:25 +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: <1485419053.eb386d092fbd44cc97580d4f2faeb7a0900edcbf.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/rqt_pose_view/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/rqt_pose_view/rqt_pose_view-9999.ebuild X-VCS-Directories: dev-ros/rqt_pose_view/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: eb386d092fbd44cc97580d4f2faeb7a0900edcbf X-VCS-Branch: master Date: Thu, 26 Jan 2017 08:24:25 +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: 06ac940e-850f-4cf0-a4b3-e85ffb31c7b6 X-Archives-Hash: 748bd9552ca2b54807a99e3c1236a0cc commit: eb386d092fbd44cc97580d4f2faeb7a0900edcbf Author: Alexis Ballier gentoo org> AuthorDate: Thu Jan 26 08:19:02 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Jan 26 08:24:13 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb386d09 dev-ros/rqt_pose_view: add dep on dev-ros/rqt_py_common Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-ros/rqt_pose_view/rqt_pose_view-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-ros/rqt_pose_view/rqt_pose_view-9999.ebuild b/dev-ros/rqt_pose_view/rqt_pose_view-9999.ebuild index a4afb74..983f874 100644 --- a/dev-ros/rqt_pose_view/rqt_pose_view-9999.ebuild +++ b/dev-ros/rqt_pose_view/rqt_pose_view-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -27,5 +27,6 @@ RDEPEND=" dev-ros/rqt_gui[${PYTHON_USEDEP}] dev-ros/rqt_gui_py[${PYTHON_USEDEP}] dev-ros/tf[${PYTHON_USEDEP}] + dev-ros/rqt_py_common[${PYTHON_USEDEP}] " DEPEND="${RDEPEND}"