diff options
author | 2021-02-13 18:37:10 +0100 | |
---|---|---|
committer | 2021-02-13 14:55:58 -0600 | |
commit | d418a8ba54ebfdf4686f9ffc239072f8984a5ba1 (patch) | |
tree | f8d79b9f19768240a0abe0c52b18b387a597ae11 /sys-cluster | |
parent | kde-frameworks/kross: drop 5.78.0* (diff) | |
download | gentoo-d418a8ba54ebfdf4686f9ffc239072f8984a5ba1.tar.gz gentoo-d418a8ba54ebfdf4686f9ffc239072f8984a5ba1.tar.bz2 gentoo-d418a8ba54ebfdf4686f9ffc239072f8984a5ba1.zip |
sys-cluster/nova: add missing udev inherit
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/nova/nova-2020.1.9999.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/nova/nova-2020.2.9999.ebuild | 4 | ||||
-rw-r--r-- | sys-cluster/nova/nova-21.1.1.ebuild | 4 | ||||
-rw-r--r-- | sys-cluster/nova/nova-21.1.2.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/nova/nova-22.0.1.ebuild | 4 | ||||
-rw-r--r-- | 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 684cfb5cc3a7..7a7b59e2390e 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 4f4d7b2b35ea..1469e1f90d46 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 f1651e868045..0c8937f383c8 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 f664dc1c9dd4..6e90915fb659 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 ba69c65d6da4..c79122d7ce8e 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 88aa1d22a666..1469e1f90d46 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" |