diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-10-19 16:24:17 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-10-19 16:24:17 -0500 |
commit | 1275876ec96fc3d25f91881058b4f320719e25cf (patch) | |
tree | e126cfa1d0317af22bd04846699b0b01705ee344 /sys-cluster/nova | |
parent | dev-python/zstd: add mask against zstandard (diff) | |
download | gentoo-1275876ec96fc3d25f91881058b4f320719e25cf.tar.gz gentoo-1275876ec96fc3d25f91881058b4f320719e25cf.tar.bz2 gentoo-1275876ec96fc3d25f91881058b4f320719e25cf.zip |
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@gentoo.org>
Diffstat (limited to 'sys-cluster/nova')
-rw-r--r-- | sys-cluster/nova/nova-2020.2.9999.ebuild | 1 | ||||
-rw-r--r-- | sys-cluster/nova/nova-22.0.0.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys-cluster/nova/nova-2020.2.9999.ebuild b/sys-cluster/nova/nova-2020.2.9999.ebuild index 6d78f66aa8c6..4f4d7b2b35ea 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 6d78f66aa8c6..4f4d7b2b35ea 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" |