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 61ADA1382C5 for ; Sun, 21 Jun 2020 06:23:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62B25E0949; Sun, 21 Jun 2020 06:23:18 +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 458C7E0943 for ; Sun, 21 Jun 2020 06:23:18 +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 D688134F908 for ; Sun, 21 Jun 2020 06:23:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4DB822A3 for ; Sun, 21 Jun 2020 06:23:15 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1592720558.b8e1c88c3d5a6afc0520f95a86cd7ba69345354f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ruamel-yaml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ruamel-yaml/ruamel-yaml-0.16.10.ebuild X-VCS-Directories: dev-python/ruamel-yaml/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b8e1c88c3d5a6afc0520f95a86cd7ba69345354f X-VCS-Branch: master Date: Sun, 21 Jun 2020 06:23:15 +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: 6cc16f07-e61b-444d-812a-9e358f92d7fb X-Archives-Hash: 031e1bc6e7516ed805e894882aba2b90 commit: b8e1c88c3d5a6afc0520f95a86cd7ba69345354f Author: Sam James (sam_c) cmpct info> AuthorDate: Tue Jun 9 13:58:10 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jun 21 06:22:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8e1c88c dev-python/ruamel-yaml: arm keyworded (bug #720114) Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) cmpct.info> Signed-off-by: Michał Górny gentoo.org> dev-python/ruamel-yaml/ruamel-yaml-0.16.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/ruamel-yaml/ruamel-yaml-0.16.10.ebuild b/dev-python/ruamel-yaml/ruamel-yaml-0.16.10.ebuild index d16113c156a..48f24d33b5e 100644 --- a/dev-python/ruamel-yaml/ruamel-yaml-0.16.10.ebuild +++ b/dev-python/ruamel-yaml/ruamel-yaml-0.16.10.ebuild @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 arm64 x86" +KEYWORDS="amd64 ~arm arm64 x86" RDEPEND="dev-python/ruamel-yaml-clib[${PYTHON_USEDEP}]"