From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1181799-garchives=archives.gentoo.org@lists.gentoo.org> 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 279791382C5 for <garchives@archives.gentoo.org>; Mon, 22 Jun 2020 19:05:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0AFBCE0970; Mon, 22 Jun 2020 19:05:29 +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 9CE7CE096F for <gentoo-commits@lists.gentoo.org>; Mon, 22 Jun 2020 19:05:28 +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 9C11B34F2CD for <gentoo-commits@lists.gentoo.org>; Mon, 22 Jun 2020 19:05:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26B672CA for <gentoo-commits@lists.gentoo.org>; Mon, 22 Jun 2020 19:05:24 +0000 (UTC) From: "Mart Raudsepp" <leio@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" <leio@gentoo.org> Message-ID: <1592852566.99b4af4e23f587d1a0026bbaf88ae61b07affa4b.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/repoze-lru/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/repoze-lru/repoze-lru-0.7-r1.ebuild X-VCS-Directories: dev-python/repoze-lru/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 99b4af4e23f587d1a0026bbaf88ae61b07affa4b X-VCS-Branch: master Date: Mon, 22 Jun 2020 19:05:24 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 15e17799-2fce-46ce-a0b3-99b316a52fff X-Archives-Hash: ef1ffb7f4746ee5e5684e1575b98505c commit: 99b4af4e23f587d1a0026bbaf88ae61b07affa4b Author: Sam James (sam_c) <sam <AT> cmpct <DOT> info> AuthorDate: Mon Jun 22 06:02:16 2020 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Mon Jun 22 19:02:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99b4af4e dev-python/repoze-lru: arm64 stable (bug #727058) Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info> Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org> dev-python/repoze-lru/repoze-lru-0.7-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/repoze-lru/repoze-lru-0.7-r1.ebuild b/dev-python/repoze-lru/repoze-lru-0.7-r1.ebuild index 084a3b60077..46120582cb0 100644 --- a/dev-python/repoze-lru/repoze-lru-0.7-r1.ebuild +++ b/dev-python/repoze-lru/repoze-lru-0.7-r1.ebuild @@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="repoze" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 x86" RDEPEND="dev-python/namespace-repoze[${PYTHON_USEDEP}]"