From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1416746-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0BA2D158094 for <garchives@archives.gentoo.org>; Sat, 9 Jul 2022 20:08:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20126E0B6F; Sat, 9 Jul 2022 20:08:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EE4B1E0B6F for <gentoo-commits@lists.gentoo.org>; Sat, 9 Jul 2022 20:07:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AC84E340F15 for <gentoo-commits@lists.gentoo.org>; Sat, 9 Jul 2022 20:07:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEDB7391 for <gentoo-commits@lists.gentoo.org>; Sat, 9 Jul 2022 20:07:56 +0000 (UTC) From: "Brian Dolbec" <dolsen@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, "Brian Dolbec" <dolsen@gentoo.org> Message-ID: <1657397268.06ac60ea97b758187bc2921cdbebf067a3d08ff0.dolsen@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.5.0-r1.ebuild X-VCS-Directories: dev-util/buildbot-worker/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 06ac60ea97b758187bc2921cdbebf067a3d08ff0 X-VCS-Branch: master Date: Sat, 9 Jul 2022 20:07:56 +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: 9b72e8a2-155a-4b1e-8f85-88fd00cec8e8 X-Archives-Hash: 723788414661a9b79e108ea1ea94a6b8 commit: 06ac60ea97b758187bc2921cdbebf067a3d08ff0 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org> AuthorDate: Sat Jul 9 20:01:55 2022 +0000 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org> CommitDate: Sat Jul 9 20:07:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06ac60ea dev-util/buildbot-worker: amd64 Stable Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Brian Dolbec <dolsen <AT> gentoo.org> dev-util/buildbot-worker/buildbot-worker-3.5.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/buildbot-worker/buildbot-worker-3.5.0-r1.ebuild b/dev-util/buildbot-worker/buildbot-worker-3.5.0-r1.ebuild index 9da9100eb30d..2a3f7714573d 100644 --- a/dev-util/buildbot-worker/buildbot-worker-3.5.0-r1.ebuild +++ b/dev-util/buildbot-worker/buildbot-worker-3.5.0-r1.ebuild @@ -19,7 +19,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~riscv ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm64 ~riscv ~amd64-linux ~x86-linux" IUSE="test" RESTRICT="!test? ( test )"