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 D8002139694 for ; Sat, 4 Mar 2017 15:03:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27C1621C18E; 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 09F3421C1B7 for ; Sat, 4 Mar 2017 15:03:49 +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 E265F341844 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 48A3D5C35 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.3b54011957786c852f1e5c8440802d38a51724ca.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: 3b54011957786c852f1e5c8440802d38a51724ca 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: f0b1a1aa-391f-487f-8096-cdb965516385 X-Archives-Hash: ea362375c2f36ae089cdc80d9fe0588a commit: 3b54011957786c852f1e5c8440802d38a51724ca Author: Alexis Ballier gentoo org> AuthorDate: Sat Mar 4 14:35:43 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=3b540119 dev-ros/rospy: Add missing roscpp 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 8a777c14297..a7636eb1c4c 100644 --- a/dev-ros/rospy/rospy-1.13.0.ebuild +++ b/dev-ros/rospy/rospy-1.13.0.ebuild @@ -20,6 +20,7 @@ RDEPEND=" dev-ros/roslib[${PYTHON_USEDEP}] dev-ros/rosgraph[${PYTHON_USEDEP}] dev-python/rospkg[${PYTHON_USEDEP}] + dev-ros/roscpp[${PYTHON_USEDEP}] " DEPEND="${RDEPEND}" diff --git a/dev-ros/rospy/rospy-9999.ebuild b/dev-ros/rospy/rospy-9999.ebuild index 8a777c14297..a7636eb1c4c 100644 --- a/dev-ros/rospy/rospy-9999.ebuild +++ b/dev-ros/rospy/rospy-9999.ebuild @@ -20,6 +20,7 @@ RDEPEND=" dev-ros/roslib[${PYTHON_USEDEP}] dev-ros/rosgraph[${PYTHON_USEDEP}] dev-python/rospkg[${PYTHON_USEDEP}] + dev-ros/roscpp[${PYTHON_USEDEP}] " DEPEND="${RDEPEND}"