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 18103138359 for ; Sun, 30 Aug 2020 16:08:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A286E0903; Sun, 30 Aug 2020 16:08:51 +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 0D31DE08FF for ; Sun, 30 Aug 2020 16:08:50 +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 1308B335D9B for ; Sun, 30 Aug 2020 16:08:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 872CD324 for ; Sun, 30 Aug 2020 16:08:48 +0000 (UTC) From: "Sam James" 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" Message-ID: <1598803667.24c8c7a0b4b91d5577a4fd8d334b6a7aef3b9147.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypeg2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pypeg2/pypeg2-2.15.2-r1.ebuild X-VCS-Directories: dev-python/pypeg2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 24c8c7a0b4b91d5577a4fd8d334b6a7aef3b9147 X-VCS-Branch: master Date: Sun, 30 Aug 2020 16:08:48 +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: ea3f32e7-6a6f-41e4-8d31-263016b83b0d X-Archives-Hash: 37c17dc237e877a3183bd39486e6bc1a commit: 24c8c7a0b4b91d5577a4fd8d334b6a7aef3b9147 Author: Sam James gentoo org> AuthorDate: Sun Aug 30 16:07:47 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sun Aug 30 16:07:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24c8c7a0 dev-python/pypeg2: arm64 keyworded (bug #734830) Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James gentoo.org> dev-python/pypeg2/pypeg2-2.15.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pypeg2/pypeg2-2.15.2-r1.ebuild b/dev-python/pypeg2/pypeg2-2.15.2-r1.ebuild index 3e14ba6c846..75770fae21a 100644 --- a/dev-python/pypeg2/pypeg2-2.15.2-r1.ebuild +++ b/dev-python/pypeg2/pypeg2-2.15.2-r1.ebuild @@ -19,7 +19,7 @@ S=${WORKDIR}/${MY_P} LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" RDEPEND="dev-python/lxml[${PYTHON_USEDEP}]"