diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-11-01 21:10:51 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-11-01 21:58:22 +0100 |
commit | 543503fdd0c77e3a416d1fcd9ece6e1b0c835608 (patch) | |
tree | d74e2f2dfd3ea0562ab791352f03f91078cd2c74 /dev-ros/hector_mapping | |
parent | sys-cluster/gasnet: added ~arm tested by me (diff) | |
download | gentoo-543503fdd0c77e3a416d1fcd9ece6e1b0c835608.tar.gz gentoo-543503fdd0c77e3a416d1fcd9ece6e1b0c835608.tar.bz2 gentoo-543503fdd0c77e3a416d1fcd9ece6e1b0c835608.zip |
global: Drop dead implementations from PYTHON_COMPAT
Diffstat (limited to 'dev-ros/hector_mapping')
4 files changed, 4 insertions, 4 deletions
diff --git a/dev-ros/hector_mapping/hector_mapping-0.3.3.ebuild b/dev-ros/hector_mapping/hector_mapping-0.3.3.ebuild index c25585b63762..cbb3951673ba 100644 --- a/dev-ros/hector_mapping/hector_mapping-0.3.3.ebuild +++ b/dev-ros/hector_mapping/hector_mapping-0.3.3.ebuild @@ -7,7 +7,7 @@ ROS_REPO_URI="https://github.com/tu-darmstadt-ros-pkg/hector_slam" KEYWORDS="~amd64 ~arm" ROS_SUBDIR=${PN} CATKIN_HAS_MESSAGES=yes -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4} ) CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/nav_msgs dev-ros/visualization_msgs" inherit ros-catkin diff --git a/dev-ros/hector_mapping/hector_mapping-0.3.4.ebuild b/dev-ros/hector_mapping/hector_mapping-0.3.4.ebuild index c25585b63762..cbb3951673ba 100644 --- a/dev-ros/hector_mapping/hector_mapping-0.3.4.ebuild +++ b/dev-ros/hector_mapping/hector_mapping-0.3.4.ebuild @@ -7,7 +7,7 @@ ROS_REPO_URI="https://github.com/tu-darmstadt-ros-pkg/hector_slam" KEYWORDS="~amd64 ~arm" ROS_SUBDIR=${PN} CATKIN_HAS_MESSAGES=yes -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4} ) CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/nav_msgs dev-ros/visualization_msgs" inherit ros-catkin diff --git a/dev-ros/hector_mapping/hector_mapping-0.3.5.ebuild b/dev-ros/hector_mapping/hector_mapping-0.3.5.ebuild index b4d0399c4fba..514b818d2651 100644 --- a/dev-ros/hector_mapping/hector_mapping-0.3.5.ebuild +++ b/dev-ros/hector_mapping/hector_mapping-0.3.5.ebuild @@ -7,7 +7,7 @@ ROS_REPO_URI="https://github.com/tu-darmstadt-ros-pkg/hector_slam" KEYWORDS="~amd64 ~arm" ROS_SUBDIR=${PN} CATKIN_HAS_MESSAGES=yes -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4} ) CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/nav_msgs dev-ros/visualization_msgs" inherit ros-catkin diff --git a/dev-ros/hector_mapping/hector_mapping-9999.ebuild b/dev-ros/hector_mapping/hector_mapping-9999.ebuild index c25585b63762..cbb3951673ba 100644 --- a/dev-ros/hector_mapping/hector_mapping-9999.ebuild +++ b/dev-ros/hector_mapping/hector_mapping-9999.ebuild @@ -7,7 +7,7 @@ ROS_REPO_URI="https://github.com/tu-darmstadt-ros-pkg/hector_slam" KEYWORDS="~amd64 ~arm" ROS_SUBDIR=${PN} CATKIN_HAS_MESSAGES=yes -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4} ) CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/nav_msgs dev-ros/visualization_msgs" inherit ros-catkin |