diff options
author | 2020-02-06 06:40:34 +0100 | |
---|---|---|
committer | 2020-02-06 06:59:22 +0100 | |
commit | 6d706c0a0a2676e916b45a31713d82b863a470ed (patch) | |
tree | 2809648005d7e5febddc812bddbfab2cae496907 /dev-util | |
parent | dev-util/rosinstall: Remove py2 (diff) | |
download | gentoo-6d706c0a0a2676e916b45a31713d82b863a470ed.tar.gz gentoo-6d706c0a0a2676e916b45a31713d82b863a470ed.tar.bz2 gentoo-6d706c0a0a2676e916b45a31713d82b863a470ed.zip |
dev-util/rosinstall_generator: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util')
3 files changed, 3 insertions, 3 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 bffe8ab6f375..7419030810a4 100644 --- a/dev-util/rosinstall_generator/rosinstall_generator-0.1.13.ebuild +++ b/dev-util/rosinstall_generator/rosinstall_generator-0.1.13.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) SCM="" if [ "${PV#9999}" != "${PV}" ] ; then diff --git a/dev-util/rosinstall_generator/rosinstall_generator-0.1.14.ebuild b/dev-util/rosinstall_generator/rosinstall_generator-0.1.14.ebuild index c29af060ec6c..2b89625c44ca 100644 --- a/dev-util/rosinstall_generator/rosinstall_generator-0.1.14.ebuild +++ b/dev-util/rosinstall_generator/rosinstall_generator-0.1.14.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_6} pypy3 ) +PYTHON_COMPAT=( python3_6 pypy3 ) 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 c29af060ec6c..2b89625c44ca 100644 --- a/dev-util/rosinstall_generator/rosinstall_generator-9999.ebuild +++ b/dev-util/rosinstall_generator/rosinstall_generator-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_6} pypy3 ) +PYTHON_COMPAT=( python3_6 pypy3 ) SCM="" if [ "${PV#9999}" != "${PV}" ] ; then |