diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 08:53:51 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:22:19 +0100 |
commit | a970a4eec2c5f59b84252853973678c2456eb5c3 (patch) | |
tree | e6e25203e013ed28aa9662c4cd7506b73e52112d /sys-cluster/heat | |
parent | sys-cluster/crmsh: eutils-- (diff) | |
download | gentoo-a970a4eec2c5f59b84252853973678c2456eb5c3.tar.gz gentoo-a970a4eec2c5f59b84252853973678c2456eb5c3.tar.bz2 gentoo-a970a4eec2c5f59b84252853973678c2456eb5c3.zip |
sys-cluster/heat: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-cluster/heat')
-rw-r--r-- | sys-cluster/heat/heat-14.1.0.ebuild | 4 | ||||
-rw-r--r-- | sys-cluster/heat/heat-15.0.0.ebuild | 4 | ||||
-rw-r--r-- | sys-cluster/heat/heat-2020.1.9999.ebuild | 4 | ||||
-rw-r--r-- | sys-cluster/heat/heat-2020.2.9999.ebuild | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/sys-cluster/heat/heat-14.1.0.ebuild b/sys-cluster/heat/heat-14.1.0.ebuild index b0e0f449a753..5da74af0bd4d 100644 --- a/sys-cluster/heat/heat-14.1.0.ebuild +++ b/sys-cluster/heat/heat-14.1.0.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="A CloudFormation-compatible openstack-native cloud orchestration engine." HOMEPAGE="https://launchpad.net/heat" diff --git a/sys-cluster/heat/heat-15.0.0.ebuild b/sys-cluster/heat/heat-15.0.0.ebuild index ff801b85ed1d..8f85d1f90391 100644 --- a/sys-cluster/heat/heat-15.0.0.ebuild +++ b/sys-cluster/heat/heat-15.0.0.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 +inherit distutils-r1 linux-info DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchestration engine." HOMEPAGE="https://launchpad.net/heat" diff --git a/sys-cluster/heat/heat-2020.1.9999.ebuild b/sys-cluster/heat/heat-2020.1.9999.ebuild index 8ad0dab1631c..7afdc9082c50 100644 --- a/sys-cluster/heat/heat-2020.1.9999.ebuild +++ b/sys-cluster/heat/heat-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="A CloudFormation-compatible openstack-native cloud orchestration engine." HOMEPAGE="https://launchpad.net/heat" diff --git a/sys-cluster/heat/heat-2020.2.9999.ebuild b/sys-cluster/heat/heat-2020.2.9999.ebuild index caa96cc9763a..4600c9c81943 100644 --- a/sys-cluster/heat/heat-2020.2.9999.ebuild +++ b/sys-cluster/heat/heat-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 +inherit distutils-r1 linux-info DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchestration engine." HOMEPAGE="https://launchpad.net/heat" |