diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-10-26 13:32:25 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-10-26 13:37:47 -0500 |
commit | 35feb8d07fb4c003215ed2b541c04b8ffdaf80e4 (patch) | |
tree | d512a9277e4d85abbb72fa78849b393b2ad856c1 /sys-auth/keystone | |
parent | sys-fs/udev: restore static-libs support (diff) | |
download | gentoo-35feb8d07fb4c003215ed2b541c04b8ffdaf80e4.tar.gz gentoo-35feb8d07fb4c003215ed2b541c04b8ffdaf80e4.tar.bz2 gentoo-35feb8d07fb4c003215ed2b541c04b8ffdaf80e4.zip |
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@gentoo.org>
Diffstat (limited to 'sys-auth/keystone')
-rw-r--r-- | sys-auth/keystone/keystone-16.0.0.ebuild | 2 | ||||
-rw-r--r-- | 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/* |