commit:     3f14db500c3174f376b7d8a480775181573a6227
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 30 05:07:00 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=3f14db50

sys-auth/keystone: switch fully to python_install_all

Package-Manager: portage-2.3.0

 sys-auth/keystone/keystone-2016.2.9999.ebuild | 4 ++--
 1 file 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 a3028d73..a6cf08b 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

Reply via email to