From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B210B13881B for ; Tue, 22 Sep 2015 17:05:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA84121C061; Tue, 22 Sep 2015 17:05:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B64D721C059 for ; Tue, 22 Sep 2015 17:05:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B017D340939 for ; Tue, 22 Sep 2015 17:04:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5BD20241 for ; Tue, 22 Sep 2015 17:04:52 +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: <1442941463.fc2029b81f7dfd4389d1501e1d2353b053403eee.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/tf2_geometry_msgs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/tf2_geometry_msgs/tf2_geometry_msgs-0.5.12.ebuild dev-ros/tf2_geometry_msgs/tf2_geometry_msgs-9999.ebuild X-VCS-Directories: dev-ros/tf2_geometry_msgs/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: fc2029b81f7dfd4389d1501e1d2353b053403eee X-VCS-Branch: master Date: Tue, 22 Sep 2015 17:04:52 +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: 7d1edd58-2044-4cf6-849e-d0b358272a4d X-Archives-Hash: 0137b78e83f45d5628056bbf11bfe0fd commit: fc2029b81f7dfd4389d1501e1d2353b053403eee Author: Alexis Ballier gentoo org> AuthorDate: Tue Sep 22 16:44:06 2015 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Sep 22 17:04:23 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc2029b8 dev-ros/tf2_geometry_msgs: Fix deps on geometry_msgs. Package-Manager: portage-2.2.21 dev-ros/tf2_geometry_msgs/tf2_geometry_msgs-0.5.12.ebuild | 2 +- dev-ros/tf2_geometry_msgs/tf2_geometry_msgs-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ros/tf2_geometry_msgs/tf2_geometry_msgs-0.5.12.ebuild b/dev-ros/tf2_geometry_msgs/tf2_geometry_msgs-0.5.12.ebuild index 3a607c4..b253c35 100644 --- a/dev-ros/tf2_geometry_msgs/tf2_geometry_msgs-0.5.12.ebuild +++ b/dev-ros/tf2_geometry_msgs/tf2_geometry_msgs-0.5.12.ebuild @@ -7,7 +7,6 @@ ROS_REPO_URI="https://github.com/ros/geometry_experimental" KEYWORDS="~amd64 ~arm" ROS_SUBDIR=${PN} PYTHON_COMPAT=( python2_7 ) -CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/geometry_msgs" inherit ros-catkin @@ -22,5 +21,6 @@ RDEPEND=" dev-python/python_orocos_kdl[${PYTHON_USEDEP}] dev-ros/tf2 sci-libs/orocos_kdl + dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP},${CATKIN_MESSAGES_CXX_USEDEP}] " DEPEND="${RDEPEND}" diff --git a/dev-ros/tf2_geometry_msgs/tf2_geometry_msgs-9999.ebuild b/dev-ros/tf2_geometry_msgs/tf2_geometry_msgs-9999.ebuild index 3a607c4..b253c35 100644 --- a/dev-ros/tf2_geometry_msgs/tf2_geometry_msgs-9999.ebuild +++ b/dev-ros/tf2_geometry_msgs/tf2_geometry_msgs-9999.ebuild @@ -7,7 +7,6 @@ ROS_REPO_URI="https://github.com/ros/geometry_experimental" KEYWORDS="~amd64 ~arm" ROS_SUBDIR=${PN} PYTHON_COMPAT=( python2_7 ) -CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/geometry_msgs" inherit ros-catkin @@ -22,5 +21,6 @@ RDEPEND=" dev-python/python_orocos_kdl[${PYTHON_USEDEP}] dev-ros/tf2 sci-libs/orocos_kdl + dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP},${CATKIN_MESSAGES_CXX_USEDEP}] " DEPEND="${RDEPEND}"