From 48d94096f33c4740123f51726de8d5fc70d87e08 Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Tue, 29 Nov 2016 23:15:51 -0600 Subject: 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(-) (limited to 'sys-cluster') diff --git a/sys-cluster/heat/heat-2016.2.9999.ebuild b/sys-cluster/heat/heat-2016.2.9999.ebuild index 2c7bda0cf698..9307e5fdda94 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 -- cgit v1.2.3-65-gdbad