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 9EEF4139695 for ; Tue, 25 Apr 2017 06:40:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9560BE0C14; Tue, 25 Apr 2017 06:40:27 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7A5B6E0C14 for ; Tue, 25 Apr 2017 06:40:27 +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 E746D341301 for ; Tue, 25 Apr 2017 06:40:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0490D7441 for ; Tue, 25 Apr 2017 06:40:24 +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: <1493102408.af17139c51230449f49929fc230945dc60de26a9.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: ros-meta/rqt/ X-VCS-Repository: repo/gentoo X-VCS-Files: ros-meta/rqt/rqt-9999.ebuild X-VCS-Directories: ros-meta/rqt/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: af17139c51230449f49929fc230945dc60de26a9 X-VCS-Branch: master Date: Tue, 25 Apr 2017 06:40:24 +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: 5f98898e-f547-4a36-a448-874180d10b6c X-Archives-Hash: f46012ccdffc8e1d259d6fb944320d0f commit: af17139c51230449f49929fc230945dc60de26a9 Author: Alexis Ballier gentoo org> AuthorDate: Tue Apr 25 05:51:29 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Apr 25 06:40:08 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af17139c ros-meta/rqt: add rqt_gui_py dep Package-Manager: Portage-2.3.5, Repoman-2.3.2 ros-meta/rqt/rqt-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ros-meta/rqt/rqt-9999.ebuild b/ros-meta/rqt/rqt-9999.ebuild index 996ddc72cf1..7e0951567ef 100644 --- a/ros-meta/rqt/rqt-9999.ebuild +++ b/ros-meta/rqt/rqt-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 EAPI=5 @@ -18,5 +18,6 @@ RDEPEND=" dev-ros/rqt_gui dev-ros/rqt_gui_cpp dev-ros/rqt_gui_py + dev-ros/rqt_py_common " DEPEND="${RDEPEND}"