From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B1AF713835A for ; Mon, 19 Oct 2020 21:30:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 989B4E08CA; Mon, 19 Oct 2020 21:30:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7FF86E08CA for ; Mon, 19 Oct 2020 21:30:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 172C9335D5B for ; Mon, 19 Oct 2020 21:30:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7600D332 for ; Mon, 19 Oct 2020 21:30:10 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1603142657.1275876ec96fc3d25f91881058b4f320719e25cf.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/nova/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/nova/nova-2020.2.9999.ebuild sys-cluster/nova/nova-22.0.0.ebuild X-VCS-Directories: sys-cluster/nova/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 1275876ec96fc3d25f91881058b4f320719e25cf X-VCS-Branch: master Date: Mon, 19 Oct 2020 21:30:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e4b45e48-f06c-4edf-bd21-a7e3473d07d5 X-Archives-Hash: 8690f962b7a3e7e66ad307102b5c4758 commit: 1275876ec96fc3d25f91881058b4f320719e25cf Author: Matthew Thode gentoo org> AuthorDate: Mon Oct 19 21:24:17 2020 +0000 Commit: Matthew Thode gentoo 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 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"