commit: eec585373ecd0a73dce3739ae662ddaf3360b9bf
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 25 18:35:59 2016 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Fri Mar 25 18:36:20 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eec58537
sys-auth/keystone: fixing uwsgi script
Package-Manager: portage-2.2.26
sys-auth/keystone/keystone-2016.1.9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-auth/keystone/keystone-2016.1.9999.ebuild
b/sys-auth/keystone/keystone-2016.1.9999.ebuild
index 2959f4f..f50addb 100644
--- a/sys-auth/keystone/keystone-2016.1.9999.ebuild
+++ b/sys-auth/keystone/keystone-2016.1.9999.ebuild
@@ -108,6 +108,8 @@ python_prepare_all() {
sed -i '/^hacking/d' test-requirements.txt || die
mkdir -p ${PN}/tests/tmp/ || die
cp etc/keystone-paste.ini ${PN}/tests/tmp/ || die
+ sed -i 's|/usr/local|/usr|g' httpd/keystone-uwsgi-* || die
+ sed -i 's|python|python27|g' httpd/keystone-uwsgi-* || die
distutils-r1_python_prepare_all
}
@@ -123,8 +125,6 @@ python_test() {
python_install() {
distutils-r1_python_install
- newconfd "${FILESDIR}/keystone.confd" keystone
- newinitd "${FILESDIR}/keystone.initd" keystone
diropts -m 0750
keepdir /etc/keystone /var/log/keystone