diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-02-23 19:10:49 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-02-23 19:10:49 +0100 |
commit | b11014eb74b1c6cb67f946743be3699dfbab123d (patch) | |
tree | e195034b9e8395b2e35939c5e62ddafa81deeb1d /dev-ros/gencpp | |
parent | dev-ros/genpy: add python 3.5 support (diff) | |
download | gentoo-b11014eb74b1c6cb67f946743be3699dfbab123d.tar.gz gentoo-b11014eb74b1c6cb67f946743be3699dfbab123d.tar.bz2 gentoo-b11014eb74b1c6cb67f946743be3699dfbab123d.zip |
dev-ros/gencpp: add python 3.5 support
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/gencpp')
-rw-r--r-- | dev-ros/gencpp/gencpp-0.5.3.ebuild | 2 | ||||
-rw-r--r-- | dev-ros/gencpp/gencpp-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-ros/gencpp/gencpp-0.5.3.ebuild b/dev-ros/gencpp/gencpp-0.5.3.ebuild index dcac00dc41c0..bd58a6c856e6 100644 --- a/dev-ros/gencpp/gencpp-0.5.3.ebuild +++ b/dev-ros/gencpp/gencpp-0.5.3.ebuild @@ -6,7 +6,7 @@ EAPI=5 ROS_REPO_URI="https://github.com/ros/gencpp" 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/gencpp/gencpp-9999.ebuild b/dev-ros/gencpp/gencpp-9999.ebuild index dcac00dc41c0..bd58a6c856e6 100644 --- a/dev-ros/gencpp/gencpp-9999.ebuild +++ b/dev-ros/gencpp/gencpp-9999.ebuild @@ -6,7 +6,7 @@ EAPI=5 ROS_REPO_URI="https://github.com/ros/gencpp" 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 |