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 0B258138334 for ; Mon, 22 Jul 2019 14:12:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EBF02E0858; Mon, 22 Jul 2019 14:12:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 CAA34E0858 for ; Mon, 22 Jul 2019 14:12:26 +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 5B74134887C for ; Mon, 22 Jul 2019 14:12:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5FCF872C for ; Mon, 22 Jul 2019 14:12:23 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1563804736.f843c8f178df9688ea5bc3fdbb41511cd0229cbc.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-testing/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sphinx-testing/sphinx-testing-0.7.2.ebuild X-VCS-Directories: dev-python/sphinx-testing/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: f843c8f178df9688ea5bc3fdbb41511cd0229cbc X-VCS-Branch: master Date: Mon, 22 Jul 2019 14:12:23 +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: 51414533-81c7-464f-8404-0ca907fcc4db X-Archives-Hash: 92e338e9d96e32935145db2b1aa59ebd commit: f843c8f178df9688ea5bc3fdbb41511cd0229cbc Author: Aaron Bauman gentoo org> AuthorDate: Mon Jul 22 14:11:06 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon Jul 22 14:12:16 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f843c8f1 dev-python/sphinx-testing: arm64 keyworded (bug #689830) Signed-off-by: Aaron Bauman gentoo.org> Package-Manager: Portage-2.3.69, Repoman-2.3.16 dev-python/sphinx-testing/sphinx-testing-0.7.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sphinx-testing/sphinx-testing-0.7.2.ebuild b/dev-python/sphinx-testing/sphinx-testing-0.7.2.ebuild index 8f3666ba6da..768cf23bcd1 100644 --- a/dev-python/sphinx-testing/sphinx-testing-0.7.2.ebuild +++ b/dev-python/sphinx-testing/sphinx-testing-0.7.2.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm64" IUSE="test" RDEPEND="dev-python/six[${PYTHON_USEDEP}]