From 35feb8d07fb4c003215ed2b541c04b8ffdaf80e4 Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Sat, 26 Oct 2019 13:32:25 -0500 Subject: [PATCH] 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 --- 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 fd20d46baf1f..d46c5c4329c3 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 fd20d46baf1f..d46c5c4329c3 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/* -- 2.26.2