commit:     48d94096f33c4740123f51726de8d5fc70d87e08
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 30 05:15:51 2016 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Wed Nov 30 05:18:10 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48d94096

sys-cluster/heat: switch to python_install_all

Package-Manager: portage-2.3.0

 sys-cluster/heat/heat-2016.2.9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-cluster/heat/heat-2016.2.9999.ebuild 
b/sys-cluster/heat/heat-2016.2.9999.ebuild
index 2c7bda0..9307e5f 100644
--- a/sys-cluster/heat/heat-2016.2.9999.ebuild
+++ b/sys-cluster/heat/heat-2016.2.9999.ebuild
@@ -127,8 +127,8 @@ python_prepare_all() {
        distutils-r1_python_prepare_all
 }
 
-python_install() {
-       distutils-r1_python_install
+python_install_all() {
+       distutils-r1_python_install_all
        diropts -m0750 -o heat -g heat
        keepdir /etc/heat
        dodir /etc/heat/environment.d

Reply via email to