commit: 35feb8d07fb4c003215ed2b541c04b8ffdaf80e4 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Sat Oct 26 18:32:25 2019 +0000 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Sat Oct 26 18:37:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35feb8d0
sys-auth/keystone: fix file install problem with train Fixes: https://bugs.gentoo.org/698578 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org> sys-auth/keystone/keystone-16.0.0.ebuild | 2 +- sys-auth/keystone/keystone-2019.2.9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-auth/keystone/keystone-16.0.0.ebuild b/sys-auth/keystone/keystone-16.0.0.ebuild index fd20d46baf1..d46c5c4329c 100644 --- a/sys-auth/keystone/keystone-16.0.0.ebuild +++ b/sys-auth/keystone/keystone-16.0.0.ebuild @@ -135,7 +135,7 @@ python_install_all() { newins "${DISTDIR}/keystone.conf.sample-${PV}" keystone.conf.sample doins etc/logging.conf.sample doins etc/default_catalog.templates - doins etc/policy.v3cloudsample.json +# doins etc/policy.v3cloudsample.json insinto /etc/keystone/httpd doins httpd/* diff --git a/sys-auth/keystone/keystone-2019.2.9999.ebuild b/sys-auth/keystone/keystone-2019.2.9999.ebuild index fd20d46baf1..d46c5c4329c 100644 --- a/sys-auth/keystone/keystone-2019.2.9999.ebuild +++ b/sys-auth/keystone/keystone-2019.2.9999.ebuild @@ -135,7 +135,7 @@ python_install_all() { newins "${DISTDIR}/keystone.conf.sample-${PV}" keystone.conf.sample doins etc/logging.conf.sample doins etc/default_catalog.templates - doins etc/policy.v3cloudsample.json +# doins etc/policy.v3cloudsample.json insinto /etc/keystone/httpd doins httpd/*
