From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1610795-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 C2F49158041 for <garchives@archives.gentoo.org>; Thu, 14 Mar 2024 05:46:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C998E29C9; Thu, 14 Mar 2024 05:46:25 +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 D3F28E29C9 for <gentoo-commits@lists.gentoo.org>; Thu, 14 Mar 2024 05:46:24 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C66EE335D77 for <gentoo-commits@lists.gentoo.org>; Thu, 14 Mar 2024 05:46:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 645B7FCB for <gentoo-commits@lists.gentoo.org>; Thu, 14 Mar 2024 05:46:22 +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: <1710395157.5237c336fa4739248fe49cfe631fc70004c11c45.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.11.0.ebuild dev-util/buildbot-worker/buildbot-worker-3.11.1.ebuild X-VCS-Directories: dev-util/buildbot-worker/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5237c336fa4739248fe49cfe631fc70004c11c45 X-VCS-Branch: master Date: Thu, 14 Mar 2024 05:46:22 +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: 33fee6b4-bb0a-4d47-8bf2-433eae962936 X-Archives-Hash: 5084ff4c43641ba99fd2eeccd6ef6755 commit: 5237c336fa4739248fe49cfe631fc70004c11c45 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Mar 14 05:45:57 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Mar 14 05:45:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5237c336 dev-util/buildbot-worker: forward ~riscv Unclear how/why it was dropped. Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/buildbot-worker/buildbot-worker-3.11.0.ebuild | 2 +- dev-util/buildbot-worker/buildbot-worker-3.11.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/buildbot-worker/buildbot-worker-3.11.0.ebuild b/dev-util/buildbot-worker/buildbot-worker-3.11.0.ebuild index 79fb25bd9dd5..740a114b2aec 100644 --- a/dev-util/buildbot-worker/buildbot-worker-3.11.0.ebuild +++ b/dev-util/buildbot-worker/buildbot-worker-3.11.0.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://buildbot.net/ LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm64 ~sparc ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm64 ~riscv ~sparc ~amd64-linux ~x86-linux" IUSE="test" RESTRICT="!test? ( test )" diff --git a/dev-util/buildbot-worker/buildbot-worker-3.11.1.ebuild b/dev-util/buildbot-worker/buildbot-worker-3.11.1.ebuild index 8467423a060b..87a4f3bbfa23 100644 --- a/dev-util/buildbot-worker/buildbot-worker-3.11.1.ebuild +++ b/dev-util/buildbot-worker/buildbot-worker-3.11.1.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://buildbot.net/ LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~sparc ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm64 ~riscv ~sparc ~amd64-linux ~x86-linux" IUSE="test" RESTRICT="!test? ( test )"