commit: ab895997059e0e5a9766fb38df3334de2fd6a845 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Tue Oct 20 09:58:27 2020 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Tue Oct 20 12:44:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab895997
dev-util/rosdep: fix distutils dep Closes: https://bugs.gentoo.org/749948 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org> dev-util/rosdep/{rosdep-0.19.0.ebuild => rosdep-0.19.0-r1.ebuild} | 1 + dev-util/rosdep/rosdep-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-util/rosdep/rosdep-0.19.0.ebuild b/dev-util/rosdep/rosdep-0.19.0-r1.ebuild similarity index 97% rename from dev-util/rosdep/rosdep-0.19.0.ebuild rename to dev-util/rosdep/rosdep-0.19.0-r1.ebuild index aa7a8d86538..30059ea3b7c 100644 --- a/dev-util/rosdep/rosdep-0.19.0.ebuild +++ b/dev-util/rosdep/rosdep-0.19.0-r1.ebuild @@ -3,6 +3,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) +DISTUTILS_USE_SETUPTOOLS=rdepend SCM="" if [ "${PV#9999}" != "${PV}" ] ; then diff --git a/dev-util/rosdep/rosdep-9999.ebuild b/dev-util/rosdep/rosdep-9999.ebuild index aa7a8d86538..30059ea3b7c 100644 --- a/dev-util/rosdep/rosdep-9999.ebuild +++ b/dev-util/rosdep/rosdep-9999.ebuild @@ -3,6 +3,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) +DISTUTILS_USE_SETUPTOOLS=rdepend SCM="" if [ "${PV#9999}" != "${PV}" ] ; then
