diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2016-11-29 23:07:00 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2016-11-29 23:18:10 -0600 |
commit | 3f14db500c3174f376b7d8a480775181573a6227 (patch) | |
tree | cd083c62038ccd3b330b83b276eddc9537da458d /sys-auth/keystone | |
parent | app-admin/glance: switch fully to python_install_all (diff) | |
download | gentoo-3f14db500c3174f376b7d8a480775181573a6227.tar.gz gentoo-3f14db500c3174f376b7d8a480775181573a6227.tar.bz2 gentoo-3f14db500c3174f376b7d8a480775181573a6227.zip |
sys-auth/keystone: switch fully to python_install_all
Package-Manager: portage-2.3.0
Diffstat (limited to 'sys-auth/keystone')
-rw-r--r-- | sys-auth/keystone/keystone-2016.2.9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-auth/keystone/keystone-2016.2.9999.ebuild b/sys-auth/keystone/keystone-2016.2.9999.ebuild index a3028d736a87..a6cf08b01f7f 100644 --- a/sys-auth/keystone/keystone-2016.2.9999.ebuild +++ b/sys-auth/keystone/keystone-2016.2.9999.ebuild @@ -129,8 +129,8 @@ python_test() { -e test_import --process-restartworker --process-timeout=60 || die "testsuite failed under python2.7" } -python_install() { - distutils-r1_python_install +python_install_all() { + distutils-r1_python_install_all diropts -m 0750 keepdir /etc/keystone /var/log/keystone |