From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1275653-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 32A8D13835B for <garchives@archives.gentoo.org>; Tue, 27 Apr 2021 22:54:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DA01E0849; Tue, 27 Apr 2021 22:54:10 +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 181DCE0849 for <gentoo-commits@lists.gentoo.org>; Tue, 27 Apr 2021 22:54:10 +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 B36BC34103A for <gentoo-commits@lists.gentoo.org>; Tue, 27 Apr 2021 22:54:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19372732 for <gentoo-commits@lists.gentoo.org>; Tue, 27 Apr 2021 22:54:07 +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: <1619564022.a9b960e8e6d574b26363a2d2b5c993bac91cc12d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot-worker/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/buildbot-worker/buildbot-worker-3.1.0.ebuild X-VCS-Directories: dev-util/buildbot-worker/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a9b960e8e6d574b26363a2d2b5c993bac91cc12d X-VCS-Branch: master Date: Tue, 27 Apr 2021 22:54:07 +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: 282bc477-0057-4ab9-80ba-800b60a69e16 X-Archives-Hash: 3336d2d8088758d47004214e64fe465f commit: a9b960e8e6d574b26363a2d2b5c993bac91cc12d Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Apr 27 22:53:21 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Apr 27 22:53:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9b960e8 dev-util/buildbot-worker: Keyword 3.1.0 arm64, #766462 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/buildbot-worker/buildbot-worker-3.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/buildbot-worker/buildbot-worker-3.1.0.ebuild b/dev-util/buildbot-worker/buildbot-worker-3.1.0.ebuild index 6f105d83f93..6ccf06830ba 100644 --- a/dev-util/buildbot-worker/buildbot-worker-3.1.0.ebuild +++ b/dev-util/buildbot-worker/buildbot-worker-3.1.0.ebuild @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm64" IUSE="test" RESTRICT="!test? ( test )"