diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-02-28 08:44:34 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-02-28 12:26:47 +0100 |
commit | 6059d66c82a88c92f2c15f39b02d7522cac73f38 (patch) | |
tree | 4f1674473e740f086971e5b5136f6d2aa57095f8 /dev-ros/python_qt_binding | |
parent | dev-ros/python_qt_binding: remove old (diff) | |
download | gentoo-6059d66c82a88c92f2c15f39b02d7522cac73f38.tar.gz gentoo-6059d66c82a88c92f2c15f39b02d7522cac73f38.tar.bz2 gentoo-6059d66c82a88c92f2c15f39b02d7522cac73f38.zip |
dev-ros/python_qt_binding: Add python 3.5 support
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ros/python_qt_binding')
-rw-r--r-- | dev-ros/python_qt_binding/python_qt_binding-0.3.2.ebuild | 2 | ||||
-rw-r--r-- | dev-ros/python_qt_binding/python_qt_binding-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-ros/python_qt_binding/python_qt_binding-0.3.2.ebuild b/dev-ros/python_qt_binding/python_qt_binding-0.3.2.ebuild index 453288d17366..b1d48bf17072 100644 --- a/dev-ros/python_qt_binding/python_qt_binding-0.3.2.ebuild +++ b/dev-ros/python_qt_binding/python_qt_binding-0.3.2.ebuild @@ -6,7 +6,7 @@ EAPI=5 ROS_REPO_URI="https://github.com/ros-visualization/python_qt_binding" KEYWORDS="~amd64" -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit ros-catkin diff --git a/dev-ros/python_qt_binding/python_qt_binding-9999.ebuild b/dev-ros/python_qt_binding/python_qt_binding-9999.ebuild index 74f05392257c..b1d48bf17072 100644 --- a/dev-ros/python_qt_binding/python_qt_binding-9999.ebuild +++ b/dev-ros/python_qt_binding/python_qt_binding-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,7 +6,7 @@ EAPI=5 ROS_REPO_URI="https://github.com/ros-visualization/python_qt_binding" KEYWORDS="~amd64" -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit ros-catkin |