commit:     7e163c439a456705319157002e4d2c4ce84e7e8e
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 20 10:03:19 2020 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Oct 20 12:44:01 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e163c43

dev-util/rosinstall_generator: fix distutils dep

Add py39

Closes: https://bugs.gentoo.org/749945
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 ...l_generator-0.1.22.ebuild => rosinstall_generator-0.1.22-r1.ebuild} | 3 ++-
 dev-util/rosinstall_generator/rosinstall_generator-9999.ebuild         | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-util/rosinstall_generator/rosinstall_generator-0.1.22.ebuild 
b/dev-util/rosinstall_generator/rosinstall_generator-0.1.22-r1.ebuild
similarity index 93%
rename from dev-util/rosinstall_generator/rosinstall_generator-0.1.22.ebuild
rename to dev-util/rosinstall_generator/rosinstall_generator-0.1.22-r1.ebuild
index 58ee6bf23a0..3b70d500c3c 100644
--- a/dev-util/rosinstall_generator/rosinstall_generator-0.1.22.ebuild
+++ b/dev-util/rosinstall_generator/rosinstall_generator-0.1.22-r1.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
 
 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 58ee6bf23a0..3b70d500c3c 100644
--- a/dev-util/rosinstall_generator/rosinstall_generator-9999.ebuild
+++ b/dev-util/rosinstall_generator/rosinstall_generator-9999.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
 
 SCM=""
 if [ "${PV#9999}" != "${PV}" ] ; then

Reply via email to