diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-02-27 11:19:28 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-02-27 11:49:08 +0100 |
commit | 047076ba2c3cb122eceeb9519d654261ccd89918 (patch) | |
tree | cb73ebdbbc1c3ddb0d88f55de93db52fccfe56c1 /dev-ros | |
parent | dev-ros/roslib: Add python 3.6 support (diff) | |
download | gentoo-047076ba2c3cb122eceeb9519d654261ccd89918.tar.gz gentoo-047076ba2c3cb122eceeb9519d654261ccd89918.tar.bz2 gentoo-047076ba2c3cb122eceeb9519d654261ccd89918.zip |
dev-ros/genmsg: Add python 3.6 support
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ros')
-rw-r--r-- | dev-ros/genmsg/genmsg-0.5.8.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.8.ebuild b/dev-ros/genmsg/genmsg-0.5.8.ebuild index f6c84a4d6599..031a80e94af4 100644 --- a/dev-ros/genmsg/genmsg-0.5.8.ebuild +++ b/dev-ros/genmsg/genmsg-0.5.8.ebuild @@ -5,7 +5,7 @@ EAPI=5 ROS_REPO_URI="https://github.com/ros/genmsg" KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy{,3} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) inherit ros-catkin diff --git a/dev-ros/genmsg/genmsg-9999.ebuild b/dev-ros/genmsg/genmsg-9999.ebuild index f6c84a4d6599..031a80e94af4 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_4,3_5} pypy{,3} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) inherit ros-catkin |