From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1216229-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 0686613835A for <garchives@archives.gentoo.org>; Mon, 19 Oct 2020 20:13:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81768E0869; Mon, 19 Oct 2020 20:13:46 +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 663B0E0869 for <gentoo-commits@lists.gentoo.org>; Mon, 19 Oct 2020 20:13:46 +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 E8699340C6C for <gentoo-commits@lists.gentoo.org>; Mon, 19 Oct 2020 20:13:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 78E5A3AD for <gentoo-commits@lists.gentoo.org>; Mon, 19 Oct 2020 20:13:43 +0000 (UTC) From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org> Message-ID: <1603138417.7375a9f0b5ad49c2de551287e2150e08d93d16e2.sam@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.12-r1.ebuild X-VCS-Directories: dev-python/ruamel-yaml/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7375a9f0b5ad49c2de551287e2150e08d93d16e2 X-VCS-Branch: master Date: Mon, 19 Oct 2020 20:13:43 +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: 7c6f4ff3-f446-4a0d-97df-ab6dad824285 X-Archives-Hash: ae61f4b88cf04142440a14a6fb225986 commit: 7375a9f0b5ad49c2de551287e2150e08d93d16e2 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Oct 19 20:05:18 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Oct 19 20:13:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7375a9f0 dev-python/ruamel-yaml: Stabilize 0.16.12-r1 arm64, #750080 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/ruamel-yaml/ruamel-yaml-0.16.12-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/ruamel-yaml/ruamel-yaml-0.16.12-r1.ebuild b/dev-python/ruamel-yaml/ruamel-yaml-0.16.12-r1.ebuild index 6bd16e61775..8ded1cb5202 100644 --- a/dev-python/ruamel-yaml/ruamel-yaml-0.16.12-r1.ebuild +++ b/dev-python/ruamel-yaml/ruamel-yaml-0.16.12-r1.ebuild @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" RDEPEND="dev-python/ruamel-yaml-clib[${PYTHON_USEDEP}]"