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 8192E1382C5 for ; Tue, 27 Apr 2021 22:54:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 766D9E0857; Tue, 27 Apr 2021 22:54:10 +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 5DF56E0857 for ; Tue, 27 Apr 2021 22:54:10 +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 B59CE3410BB for ; Tue, 27 Apr 2021 22:54:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE41F478 for ; Tue, 27 Apr 2021 22:54:06 +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: <1619564018.1df58667b57f2fbc1374676eb510090f649d1c89.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/buildbot/buildbot-3.1.0.ebuild X-VCS-Directories: dev-util/buildbot/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1df58667b57f2fbc1374676eb510090f649d1c89 X-VCS-Branch: master Date: Tue, 27 Apr 2021 22:54:06 +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: 7d2637ca-daaa-4af8-a459-6790792ec84c X-Archives-Hash: 8d6e8b512dcd0dcda71110c6ba096df9 commit: 1df58667b57f2fbc1374676eb510090f649d1c89 Author: Sam James gentoo org> AuthorDate: Tue Apr 27 22:53:19 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Apr 27 22:53:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1df58667 dev-util/buildbot: Keyword 3.1.0 arm64, #766462 Signed-off-by: Sam James gentoo.org> dev-util/buildbot/buildbot-3.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/buildbot/buildbot-3.1.0.ebuild b/dev-util/buildbot/buildbot-3.1.0.ebuild index db8af728c2c..01cb4bce960 100644 --- a/dev-util/buildbot/buildbot-3.1.0.ebuild +++ b/dev-util/buildbot/buildbot-3.1.0.ebuild @@ -20,7 +20,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm64 ~amd64-linux ~x86-linux" IUSE="crypt doc docker examples irc test" RESTRICT="!test? ( test )"