commit: d418a8ba54ebfdf4686f9ffc239072f8984a5ba1 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sat Feb 13 17:37:10 2021 +0000 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Sat Feb 13 20:55:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d418a8ba
sys-cluster/nova: add missing udev inherit Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org> sys-cluster/nova/nova-2020.1.9999.ebuild | 2 +- sys-cluster/nova/nova-2020.2.9999.ebuild | 4 ++-- sys-cluster/nova/nova-21.1.1.ebuild | 4 ++-- sys-cluster/nova/nova-21.1.2.ebuild | 2 +- sys-cluster/nova/nova-22.0.1.ebuild | 4 ++-- sys-cluster/nova/nova-22.1.0.ebuild | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/sys-cluster/nova/nova-2020.1.9999.ebuild b/sys-cluster/nova/nova-2020.1.9999.ebuild index 684cfb5cc3a..7a7b59e2390 100644 --- a/sys-cluster/nova/nova-2020.1.9999.ebuild +++ b/sys-cluster/nova/nova-2020.1.9999.ebuild @@ -4,7 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_7 ) -inherit distutils-r1 eutils linux-info multilib +inherit distutils-r1 eutils linux-info multilib udev DESCRIPTION="Cloud computing fabric controller" HOMEPAGE="https://launchpad.net/nova" diff --git a/sys-cluster/nova/nova-2020.2.9999.ebuild b/sys-cluster/nova/nova-2020.2.9999.ebuild index 4f4d7b2b35e..1469e1f90d4 100644 --- a/sys-cluster/nova/nova-2020.2.9999.ebuild +++ b/sys-cluster/nova/nova-2020.2.9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python3_7 python3_8 ) DISTUTILS_USE_SETUPTOOLS=rdepend -inherit distutils-r1 eutils linux-info multilib +inherit distutils-r1 eutils linux-info multilib udev DESCRIPTION="Cloud computing fabric controller" HOMEPAGE="https://launchpad.net/nova" diff --git a/sys-cluster/nova/nova-21.1.1.ebuild b/sys-cluster/nova/nova-21.1.1.ebuild index f1651e86804..0c8937f383c 100644 --- a/sys-cluster/nova/nova-21.1.1.ebuild +++ b/sys-cluster/nova/nova-21.1.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python3_7 ) -inherit distutils-r1 eutils linux-info multilib +inherit distutils-r1 eutils linux-info multilib udev DESCRIPTION="Cloud computing fabric controller" HOMEPAGE="https://launchpad.net/nova" diff --git a/sys-cluster/nova/nova-21.1.2.ebuild b/sys-cluster/nova/nova-21.1.2.ebuild index f664dc1c9dd..6e90915fb65 100644 --- a/sys-cluster/nova/nova-21.1.2.ebuild +++ b/sys-cluster/nova/nova-21.1.2.ebuild @@ -4,7 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_7 ) -inherit distutils-r1 eutils linux-info multilib +inherit distutils-r1 eutils linux-info multilib udev DESCRIPTION="Cloud computing fabric controller" HOMEPAGE="https://launchpad.net/nova" diff --git a/sys-cluster/nova/nova-22.0.1.ebuild b/sys-cluster/nova/nova-22.0.1.ebuild index ba69c65d6da..c79122d7ce8 100644 --- a/sys-cluster/nova/nova-22.0.1.ebuild +++ b/sys-cluster/nova/nova-22.0.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python3_7 python3_8 ) DISTUTILS_USE_SETUPTOOLS=rdepend -inherit distutils-r1 eutils linux-info multilib +inherit distutils-r1 eutils linux-info multilib udev DESCRIPTION="Cloud computing fabric controller" HOMEPAGE="https://launchpad.net/nova" diff --git a/sys-cluster/nova/nova-22.1.0.ebuild b/sys-cluster/nova/nova-22.1.0.ebuild index 88aa1d22a66..1469e1f90d4 100644 --- a/sys-cluster/nova/nova-22.1.0.ebuild +++ b/sys-cluster/nova/nova-22.1.0.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_7 python3_8 ) DISTUTILS_USE_SETUPTOOLS=rdepend -inherit distutils-r1 eutils linux-info multilib +inherit distutils-r1 eutils linux-info multilib udev DESCRIPTION="Cloud computing fabric controller" HOMEPAGE="https://launchpad.net/nova"
