commit: 1275876ec96fc3d25f91881058b4f320719e25cf Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Mon Oct 19 21:24:17 2020 +0000 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Mon Oct 19 21:24:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1275876e
sys-cluster/nova: add DISTUTILS_USE_SETUPTOOLS=rdepend Closes: https://bugs.gentoo.org/750143 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org> sys-cluster/nova/nova-2020.2.9999.ebuild | 1 + sys-cluster/nova/nova-22.0.0.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/sys-cluster/nova/nova-2020.2.9999.ebuild b/sys-cluster/nova/nova-2020.2.9999.ebuild index 6d78f66aa8c..4f4d7b2b35e 100644 --- a/sys-cluster/nova/nova-2020.2.9999.ebuild +++ b/sys-cluster/nova/nova-2020.2.9999.ebuild @@ -4,6 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_7 python3_8 ) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 eutils linux-info multilib DESCRIPTION="Cloud computing fabric controller" diff --git a/sys-cluster/nova/nova-22.0.0.ebuild b/sys-cluster/nova/nova-22.0.0.ebuild index 6d78f66aa8c..4f4d7b2b35e 100644 --- a/sys-cluster/nova/nova-22.0.0.ebuild +++ b/sys-cluster/nova/nova-22.0.0.ebuild @@ -4,6 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_7 python3_8 ) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 eutils linux-info multilib DESCRIPTION="Cloud computing fabric controller"
