diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-02-23 19:07:48 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-02-23 19:07:48 +0100 |
commit | 78019528876e3324591500de1597a5c27eb26c5e (patch) | |
tree | 54bdda3ae8ff58e45047fc22d6079ba64c848ad4 /dev-ros/genmsg | |
parent | dev-util/catkin: add python 3.5 support (diff) | |
download | gentoo-78019528876e3324591500de1597a5c27eb26c5e.tar.gz gentoo-78019528876e3324591500de1597a5c27eb26c5e.tar.bz2 gentoo-78019528876e3324591500de1597a5c27eb26c5e.zip |
dev-ros/genmsg: add python 3.5 support
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/genmsg')
-rw-r--r-- | dev-ros/genmsg/genmsg-0.5.6.ebuild | 2 | ||||
-rw-r--r-- | dev-ros/genmsg/genmsg-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-ros/genmsg/genmsg-0.5.6.ebuild b/dev-ros/genmsg/genmsg-0.5.6.ebuild index d70c53c0941d..c8f8b29bfa24 100644 --- a/dev-ros/genmsg/genmsg-0.5.6.ebuild +++ b/dev-ros/genmsg/genmsg-0.5.6.ebuild @@ -5,7 +5,7 @@ EAPI=5 ROS_REPO_URI="https://github.com/ros/genmsg" KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) inherit ros-catkin diff --git a/dev-ros/genmsg/genmsg-9999.ebuild b/dev-ros/genmsg/genmsg-9999.ebuild index d70c53c0941d..c8f8b29bfa24 100644 --- a/dev-ros/genmsg/genmsg-9999.ebuild +++ b/dev-ros/genmsg/genmsg-9999.ebuild @@ -5,7 +5,7 @@ EAPI=5 ROS_REPO_URI="https://github.com/ros/genmsg" KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) inherit ros-catkin |