From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 632C2138334 for ; Sat, 26 Oct 2019 18:37:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C27AE08C4; Sat, 26 Oct 2019 18:37:55 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 72F13E08C4 for ; Sat, 26 Oct 2019 18:37:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7B6CA34C38E for ; Sat, 26 Oct 2019 18:37:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2FC7B88A for ; Sat, 26 Oct 2019 18:37:53 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1572115067.35feb8d07fb4c003215ed2b541c04b8ffdaf80e4.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/keystone/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/keystone/keystone-16.0.0.ebuild sys-auth/keystone/keystone-2019.2.9999.ebuild X-VCS-Directories: sys-auth/keystone/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 35feb8d07fb4c003215ed2b541c04b8ffdaf80e4 X-VCS-Branch: master Date: Sat, 26 Oct 2019 18:37:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 35a1d06b-d6cd-4536-9d86-0101f16c56cf X-Archives-Hash: 4e58a2190fcdb7fd44a3a437dfedb7bc commit: 35feb8d07fb4c003215ed2b541c04b8ffdaf80e4 Author: Matthew Thode gentoo org> AuthorDate: Sat Oct 26 18:32:25 2019 +0000 Commit: Matthew Thode gentoo 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 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/*