diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-02-27 12:01:36 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-02-27 12:05:54 +0100 |
commit | 1a8a31bd628edea3dd217801ecd41de531c26c6c (patch) | |
tree | 78559500b671faa8444e84bb8a30835ded90b3f8 /dev-ros/rosgraph/rosgraph-1.13.0.ebuild | |
parent | dev-ros/rosgraph: remove old (diff) | |
download | gentoo-1a8a31bd628edea3dd217801ecd41de531c26c6c.tar.gz gentoo-1a8a31bd628edea3dd217801ecd41de531c26c6c.tar.bz2 gentoo-1a8a31bd628edea3dd217801ecd41de531c26c6c.zip |
dev-ros/rosgraph: Add python 3.6 support
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ros/rosgraph/rosgraph-1.13.0.ebuild')
-rw-r--r-- | dev-ros/rosgraph/rosgraph-1.13.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ros/rosgraph/rosgraph-1.13.0.ebuild b/dev-ros/rosgraph/rosgraph-1.13.0.ebuild index f232c81cf629..590f7bd66815 100644 --- a/dev-ros/rosgraph/rosgraph-1.13.0.ebuild +++ b/dev-ros/rosgraph/rosgraph-1.13.0.ebuild @@ -6,7 +6,7 @@ EAPI=5 ROS_REPO_URI="https://github.com/ros/ros_comm" 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} ) ROS_SUBDIR=tools/${PN} inherit ros-catkin |