diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-07-12 16:29:44 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-07-12 16:42:47 +0200 |
commit | 0dc02771ca297c4ad7b4e40ab1495e1eae3b1fb6 (patch) | |
tree | 3f9cf8f94937d6a3b4784021f98b082a32f362fd /dev-util/rosinstall_generator | |
parent | dev-util/molecule-plugins: Support newer python (diff) | |
download | gentoo-0dc02771ca297c4ad7b4e40ab1495e1eae3b1fb6.tar.gz gentoo-0dc02771ca297c4ad7b4e40ab1495e1eae3b1fb6.tar.bz2 gentoo-0dc02771ca297c4ad7b4e40ab1495e1eae3b1fb6.zip |
dev-util/rosinstall_generator: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-util/rosinstall_generator')
-rw-r--r-- | dev-util/rosinstall_generator/rosinstall_generator-0.1.13.ebuild | 4 | ||||
-rw-r--r-- | dev-util/rosinstall_generator/rosinstall_generator-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/rosinstall_generator/rosinstall_generator-0.1.13.ebuild b/dev-util/rosinstall_generator/rosinstall_generator-0.1.13.ebuild index 25e5e2395ac9..a793d67d94a8 100644 --- a/dev-util/rosinstall_generator/rosinstall_generator-0.1.13.ebuild +++ b/dev-util/rosinstall_generator/rosinstall_generator-0.1.13.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) SCM="" if [ "${PV#9999}" != "${PV}" ] ; then diff --git a/dev-util/rosinstall_generator/rosinstall_generator-9999.ebuild b/dev-util/rosinstall_generator/rosinstall_generator-9999.ebuild index 25e5e2395ac9..a793d67d94a8 100644 --- a/dev-util/rosinstall_generator/rosinstall_generator-9999.ebuild +++ b/dev-util/rosinstall_generator/rosinstall_generator-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) SCM="" if [ "${PV#9999}" != "${PV}" ] ; then |