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/rosdistro/rosdistro-9999.ebuild | |
parent | dev-python/rosdistro: remove old (diff) | |
download | gentoo-8988777bb12d876f88cd2bec63881e63763f1ff9.tar.gz gentoo-8988777bb12d876f88cd2bec63881e63763f1ff9.tar.bz2 gentoo-8988777bb12d876f88cd2bec63881e63763f1ff9.zip |
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/rosdistro/rosdistro-9999.ebuild')
-rw-r--r-- | dev-python/rosdistro/rosdistro-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/rosdistro/rosdistro-9999.ebuild b/dev-python/rosdistro/rosdistro-9999.ebuild index e6da9fa05ae1..7f7898e20477 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 |