diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2018-03-09 11:56:54 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2018-03-09 11:58:55 -0600 |
commit | 8b6b57146f606171b55b3540c6de22bbeb27ba8f (patch) | |
tree | 9c082526b4c562f45144c3ae9251e15b49b3d61c /sys-auth/keystone | |
parent | net-p2p/pybitmessage: allow usage of renamed msgpack (diff) | |
download | gentoo-8b6b57146f606171b55b3540c6de22bbeb27ba8f.tar.gz gentoo-8b6b57146f606171b55b3540c6de22bbeb27ba8f.tar.bz2 gentoo-8b6b57146f606171b55b3540c6de22bbeb27ba8f.zip |
sys-auth/keystone: allow usage of renamed msgpack
Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --force
Diffstat (limited to 'sys-auth/keystone')
-rw-r--r-- | sys-auth/keystone/keystone-12.0.0-r1.ebuild (renamed from sys-auth/keystone/keystone-12.0.0.ebuild) | 4 | ||||
-rw-r--r-- | sys-auth/keystone/keystone-13.0.0-r1.ebuild (renamed from sys-auth/keystone/keystone-13.0.0.ebuild) | 2 | ||||
-rw-r--r-- | sys-auth/keystone/keystone-2017.2.9999.ebuild | 4 | ||||
-rw-r--r-- | sys-auth/keystone/keystone-2018.1.9999.ebuild | 2 |
4 files changed, 10 insertions, 2 deletions
diff --git a/sys-auth/keystone/keystone-12.0.0.ebuild b/sys-auth/keystone/keystone-12.0.0-r1.ebuild index 72e231190002..487e85aea0ff 100644 --- a/sys-auth/keystone/keystone-12.0.0.ebuild +++ b/sys-auth/keystone/keystone-12.0.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -125,6 +125,8 @@ python_prepare_all() { 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 + # allow useage of renamed msgpack + sed -i '/^msgpack/d' requirements.txt || die distutils-r1_python_prepare_all } diff --git a/sys-auth/keystone/keystone-13.0.0.ebuild b/sys-auth/keystone/keystone-13.0.0-r1.ebuild index 8640cea7f1be..a2157ff67e8c 100644 --- a/sys-auth/keystone/keystone-13.0.0.ebuild +++ b/sys-auth/keystone/keystone-13.0.0-r1.ebuild @@ -126,6 +126,8 @@ python_prepare_all() { 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 + # allow useage of renamed msgpack + sed -i '/^msgpack/d' requirements.txt || die distutils-r1_python_prepare_all } diff --git a/sys-auth/keystone/keystone-2017.2.9999.ebuild b/sys-auth/keystone/keystone-2017.2.9999.ebuild index e9bfc0ef7fc0..516762dcc896 100644 --- a/sys-auth/keystone/keystone-2017.2.9999.ebuild +++ b/sys-auth/keystone/keystone-2017.2.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -126,6 +126,8 @@ python_prepare_all() { 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 + # allow useage of renamed msgpack + sed -i '/^msgpack/d' requirements.txt || die distutils-r1_python_prepare_all } diff --git a/sys-auth/keystone/keystone-2018.1.9999.ebuild b/sys-auth/keystone/keystone-2018.1.9999.ebuild index 8640cea7f1be..a2157ff67e8c 100644 --- a/sys-auth/keystone/keystone-2018.1.9999.ebuild +++ b/sys-auth/keystone/keystone-2018.1.9999.ebuild @@ -126,6 +126,8 @@ python_prepare_all() { 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 + # allow useage of renamed msgpack + sed -i '/^msgpack/d' requirements.txt || die distutils-r1_python_prepare_all } |