diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-02-23 16:42:49 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-02-23 16:42:49 +0100 |
commit | 4b2814062815128bd684d485974aa2ee6642129f (patch) | |
tree | c50d17892b9929c14d5c709e054fae382e7f2afe /dev-python/catkin_pkg/catkin_pkg-9999.ebuild | |
parent | dev-ros/robot_pose_publisher: remove old (diff) | |
download | gentoo-4b2814062815128bd684d485974aa2ee6642129f.tar.gz gentoo-4b2814062815128bd684d485974aa2ee6642129f.tar.bz2 gentoo-4b2814062815128bd684d485974aa2ee6642129f.zip |
dev-python/catkin_pkg: add python 3.5 support
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-python/catkin_pkg/catkin_pkg-9999.ebuild')
-rw-r--r-- | dev-python/catkin_pkg/catkin_pkg-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/catkin_pkg/catkin_pkg-9999.ebuild b/dev-python/catkin_pkg/catkin_pkg-9999.ebuild index b5bb86f49806..ca6928b99b0b 100644 --- a/dev-python/catkin_pkg/catkin_pkg-9999.ebuild +++ b/dev-python/catkin_pkg/catkin_pkg-9999.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) SCM="" if [ "${PV#9999}" != "${PV}" ] ; then |