diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2018-03-07 12:26:39 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2018-03-07 12:39:00 -0600 |
commit | 8d1de4b6a1ccbb92df72e324d5db1650c3602140 (patch) | |
tree | 2bac197ca1f3aed7e958c1087e7a6db7aa906ec8 | |
parent | app-portage/hashgen: version bump (diff) | |
download | gentoo-8d1de4b6a1ccbb92df72e324d5db1650c3602140.tar.gz gentoo-8d1de4b6a1ccbb92df72e324d5db1650c3602140.tar.bz2 gentoo-8d1de4b6a1ccbb92df72e324d5db1650c3602140.zip |
sys-cluster/heat: fix install, policy is now in code
Package-Manager: Portage-2.3.19, Repoman-2.3.6
-rw-r--r-- | sys-cluster/heat/heat-10.0.0.ebuild | 1 | ||||
-rw-r--r-- | sys-cluster/heat/heat-2018.1.9999.ebuild | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sys-cluster/heat/heat-10.0.0.ebuild b/sys-cluster/heat/heat-10.0.0.ebuild index 1fb77183dbd6..fd03db676225 100644 --- a/sys-cluster/heat/heat-10.0.0.ebuild +++ b/sys-cluster/heat/heat-10.0.0.ebuild @@ -152,7 +152,6 @@ python_install_all() { insopts -m0640 -o heat -g heat newins "${DISTDIR}/heat.conf.sample-${PV}" "heat.conf.sample" doins "etc/heat/api-paste.ini" - doins "etc/heat/policy.json" insinto /etc/heat/templates doins "etc/heat/templates/"* insinto /etc/heat/environment.d diff --git a/sys-cluster/heat/heat-2018.1.9999.ebuild b/sys-cluster/heat/heat-2018.1.9999.ebuild index 1fb77183dbd6..fd03db676225 100644 --- a/sys-cluster/heat/heat-2018.1.9999.ebuild +++ b/sys-cluster/heat/heat-2018.1.9999.ebuild @@ -152,7 +152,6 @@ python_install_all() { insopts -m0640 -o heat -g heat newins "${DISTDIR}/heat.conf.sample-${PV}" "heat.conf.sample" doins "etc/heat/api-paste.ini" - doins "etc/heat/policy.json" insinto /etc/heat/templates doins "etc/heat/templates/"* insinto /etc/heat/environment.d |