Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/keystone/
Date: Sat, 26 Oct 2019 18:37:56
Message-Id: 1572115067.35feb8d07fb4c003215ed2b541c04b8ffdaf80e4.prometheanfire@gentoo
1 commit: 35feb8d07fb4c003215ed2b541c04b8ffdaf80e4
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 26 18:32:25 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 26 18:37:47 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35feb8d0
7
8 sys-auth/keystone: fix file install problem with train
9
10 Fixes: https://bugs.gentoo.org/698578
11 Package-Manager: Portage-2.3.76, Repoman-2.3.17
12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
13
14 sys-auth/keystone/keystone-16.0.0.ebuild | 2 +-
15 sys-auth/keystone/keystone-2019.2.9999.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/sys-auth/keystone/keystone-16.0.0.ebuild b/sys-auth/keystone/keystone-16.0.0.ebuild
19 index fd20d46baf1..d46c5c4329c 100644
20 --- a/sys-auth/keystone/keystone-16.0.0.ebuild
21 +++ b/sys-auth/keystone/keystone-16.0.0.ebuild
22 @@ -135,7 +135,7 @@ python_install_all() {
23 newins "${DISTDIR}/keystone.conf.sample-${PV}" keystone.conf.sample
24 doins etc/logging.conf.sample
25 doins etc/default_catalog.templates
26 - doins etc/policy.v3cloudsample.json
27 +# doins etc/policy.v3cloudsample.json
28 insinto /etc/keystone/httpd
29 doins httpd/*
30
31
32 diff --git a/sys-auth/keystone/keystone-2019.2.9999.ebuild b/sys-auth/keystone/keystone-2019.2.9999.ebuild
33 index fd20d46baf1..d46c5c4329c 100644
34 --- a/sys-auth/keystone/keystone-2019.2.9999.ebuild
35 +++ b/sys-auth/keystone/keystone-2019.2.9999.ebuild
36 @@ -135,7 +135,7 @@ python_install_all() {
37 newins "${DISTDIR}/keystone.conf.sample-${PV}" keystone.conf.sample
38 doins etc/logging.conf.sample
39 doins etc/default_catalog.templates
40 - doins etc/policy.v3cloudsample.json
41 +# doins etc/policy.v3cloudsample.json
42 insinto /etc/keystone/httpd
43 doins httpd/*