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 F1C6213835A for ; Sun, 13 Sep 2020 03:13:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 227C7E0876; Sun, 13 Sep 2020 03:13:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 09801E0876 for ; Sun, 13 Sep 2020 03:13:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 AA35933E362 for ; Sun, 13 Sep 2020 03:13:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17CFC342 for ; Sun, 13 Sep 2020 03:13:00 +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: <1599966658.17f1f1e681ae8b2016f6d805bda3d598a78c4a35.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/glance/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/glance/glance-20.0.1.ebuild X-VCS-Directories: app-admin/glance/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 17f1f1e681ae8b2016f6d805bda3d598a78c4a35 X-VCS-Branch: master Date: Sun, 13 Sep 2020 03:13:00 +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: 36de2170-df75-46a0-a5eb-bd0fe0794b60 X-Archives-Hash: 10b6dac1e0c4c59ad3451125df558eb4 commit: 17f1f1e681ae8b2016f6d805bda3d598a78c4a35 Author: Matthew Thode gentoo org> AuthorDate: Sun Sep 13 03:10:58 2020 +0000 Commit: Matthew Thode gentoo org> CommitDate: Sun Sep 13 03:10:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17f1f1e6 app-admin/glance: 20.0.1 bump Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Matthew Thode gentoo.org> app-admin/glance/glance-20.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/glance/glance-20.0.1.ebuild b/app-admin/glance/glance-20.0.1.ebuild index 3136ae3593d..8bf9f4279c0 100644 --- a/app-admin/glance/glance-20.0.1.ebuild +++ b/app-admin/glance/glance-20.0.1.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == *9999 ]];then EGIT_BRANCH="stable/ussuri" else SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="amd64 ~arm64 x86" fi LICENSE="Apache-2.0"