diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 08:53:45 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:22:15 +0100 |
commit | 53c5c35eb76593c0c5689034583aba7d289babc9 (patch) | |
tree | eff922447599a190f754d6353039b7ef240e6e4f | |
parent | sys-boot/vboot-utils: eutils-- (diff) | |
download | gentoo-53c5c35eb76593c0c5689034583aba7d289babc9.tar.gz gentoo-53c5c35eb76593c0c5689034583aba7d289babc9.tar.bz2 gentoo-53c5c35eb76593c0c5689034583aba7d289babc9.zip |
sys-cluster/cinder: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | sys-cluster/cinder/cinder-16.2.1.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/cinder/cinder-17.1.0.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/cinder/cinder-2020.1.9999.ebuild | 4 | ||||
-rw-r--r-- | sys-cluster/cinder/cinder-2020.2.9999.ebuild | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/sys-cluster/cinder/cinder-16.2.1.ebuild b/sys-cluster/cinder/cinder-16.2.1.ebuild index 39e74e08f6b7..3cae0967f247 100644 --- a/sys-cluster/cinder/cinder-16.2.1.ebuild +++ b/sys-cluster/cinder/cinder-16.2.1.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_7 ) DISTUTILS_USE_SETUPTOOLS=rdepend -inherit distutils-r1 eutils linux-info +inherit distutils-r1 linux-info DESCRIPTION="Cinder is the OpenStack Block storage service, a spin out of nova-volumes" HOMEPAGE="https://launchpad.net/cinder" diff --git a/sys-cluster/cinder/cinder-17.1.0.ebuild b/sys-cluster/cinder/cinder-17.1.0.ebuild index 697b0bfd6fac..1cce5217a7ae 100644 --- a/sys-cluster/cinder/cinder-17.1.0.ebuild +++ b/sys-cluster/cinder/cinder-17.1.0.ebuild @@ -6,7 +6,7 @@ EAPI=7 PYTHON_COMPAT=( python3_7 python3_8 ) DISTUTILS_USE_SETUPTOOLS=rdepend -inherit distutils-r1 eutils linux-info +inherit distutils-r1 linux-info DESCRIPTION="Cinder is the OpenStack Block storage service, a spin out of nova-volumes" HOMEPAGE="https://launchpad.net/cinder" diff --git a/sys-cluster/cinder/cinder-2020.1.9999.ebuild b/sys-cluster/cinder/cinder-2020.1.9999.ebuild index 3065830afe0f..107c02739ee1 100644 --- a/sys-cluster/cinder/cinder-2020.1.9999.ebuild +++ b/sys-cluster/cinder/cinder-2020.1.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 ) DISTUTILS_USE_SETUPTOOLS=rdepend -inherit distutils-r1 eutils linux-info +inherit distutils-r1 linux-info DESCRIPTION="Cinder is the OpenStack Block storage service, a spin out of nova-volumes" HOMEPAGE="https://launchpad.net/cinder" diff --git a/sys-cluster/cinder/cinder-2020.2.9999.ebuild b/sys-cluster/cinder/cinder-2020.2.9999.ebuild index db06b542b144..7831e869f3ae 100644 --- a/sys-cluster/cinder/cinder-2020.2.9999.ebuild +++ b/sys-cluster/cinder/cinder-2020.2.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 PYTHON_COMPAT=( python3_7 python3_8 ) DISTUTILS_USE_SETUPTOOLS=rdepend -inherit distutils-r1 eutils linux-info +inherit distutils-r1 linux-info DESCRIPTION="Cinder is the OpenStack Block storage service, a spin out of nova-volumes" HOMEPAGE="https://launchpad.net/cinder" |