diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-09-22 18:44:06 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-09-22 19:04:23 +0200 |
commit | fc2029b81f7dfd4389d1501e1d2353b053403eee (patch) | |
tree | 5f9a429620dae119d6107cc6f4266a32db91f65f /dev-ros/tf2_geometry_msgs | |
parent | dev-ros/tf2_sensor_msgs: Initial import. Ebuild by me. (diff) | |
download | gentoo-fc2029b81f7dfd4389d1501e1d2353b053403eee.tar.gz gentoo-fc2029b81f7dfd4389d1501e1d2353b053403eee.tar.bz2 gentoo-fc2029b81f7dfd4389d1501e1d2353b053403eee.zip |
dev-ros/tf2_geometry_msgs: Fix deps on geometry_msgs.
Package-Manager: portage-2.2.21
Diffstat (limited to 'dev-ros/tf2_geometry_msgs')
-rw-r--r-- | dev-ros/tf2_geometry_msgs/tf2_geometry_msgs-0.5.12.ebuild | 2 | ||||
-rw-r--r-- | 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 3a607c4f8b49..b253c358e54c 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 3a607c4f8b49..b253c358e54c 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}" |