commit:     6d706c0a0a2676e916b45a31713d82b863a470ed
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  6 05:40:34 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb  6 05:59:22 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d706c0a

dev-util/rosinstall_generator: Remove py2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-util/rosinstall_generator/rosinstall_generator-0.1.13.ebuild | 2 +-
 dev-util/rosinstall_generator/rosinstall_generator-0.1.14.ebuild | 2 +-
 dev-util/rosinstall_generator/rosinstall_generator-9999.ebuild   | 2 +-
 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 bffe8ab6f37..7419030810a 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 c29af060ec6..2b89625c44c 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 c29af060ec6..2b89625c44c 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

Reply via email to