diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-02-23 19:39:43 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-02-23 19:39:43 +0100 |
commit | 8988777bb12d876f88cd2bec63881e63763f1ff9 (patch) | |
tree | f759870d1230451b244eb64bfba223c1572805b2 /dev-python | |
parent | 1dc9532f2a15132f5ccf9624328eb5b3d2648872 (diff) | |
download | gentoo-8988777bb12d876f88cd2bec63881e63763f1ff9.tar.gz gentoo-8988777bb12d876f88cd2bec63881e63763f1ff9.tar.xz |
dev-python/rosdistro: add python3.5 support
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/rosdistro/rosdistro-0.4.4.ebuild | 2 | ||||
-rw-r--r-- | dev-python/rosdistro/rosdistro-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/rosdistro/rosdistro-0.4.4.ebuild b/dev-python/rosdistro/rosdistro-0.4.4.ebuild index e6da9fa05ae..7f7898e2047 100644 --- a/dev-python/rosdistro/rosdistro-0.4.4.ebuild +++ b/dev-python/rosdistro/rosdistro-0.4.4.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 diff --git a/dev-python/rosdistro/rosdistro-9999.ebuild b/dev-python/rosdistro/rosdistro-9999.ebuild index e6da9fa05ae..7f7898e2047 100644 --- a/dev-python/rosdistro/rosdistro-9999.ebuild +++ b/dev-python/rosdistro/rosdistro-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 |