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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6863D15800A for ; Fri, 25 Aug 2023 00:35:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9197A2BC015; Fri, 25 Aug 2023 00:35:37 +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 76DA22BC015 for ; Fri, 25 Aug 2023 00:35:37 +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 36153335DB5 for ; Fri, 25 Aug 2023 00:35:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 601351074 for ; Fri, 25 Aug 2023 00:35:34 +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: <1692923609.b6b2341e0fb80e79f8036fdd8dc159b9d0fe1a3c.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.9.0.ebuild X-VCS-Directories: dev-util/buildbot-worker/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b6b2341e0fb80e79f8036fdd8dc159b9d0fe1a3c X-VCS-Branch: master Date: Fri, 25 Aug 2023 00:35:34 +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: d5e506b3-648a-4b54-9a46-370a6bae04f0 X-Archives-Hash: 7b97b253f5b79a5133fea9d369acc54e commit: b6b2341e0fb80e79f8036fdd8dc159b9d0fe1a3c Author: Sam James gentoo org> AuthorDate: Fri Aug 25 00:33:29 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Aug 25 00:33:29 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6b2341e dev-util/buildbot-worker: destabilize 3.9.0 for ~amd64 Signed-off-by: Sam James gentoo.org> dev-util/buildbot-worker/buildbot-worker-3.9.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/buildbot-worker/buildbot-worker-3.9.0.ebuild b/dev-util/buildbot-worker/buildbot-worker-3.9.0.ebuild index 479a08e9fdd4..7c7f0082d67e 100644 --- a/dev-util/buildbot-worker/buildbot-worker-3.9.0.ebuild +++ b/dev-util/buildbot-worker/buildbot-worker-3.9.0.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://buildbot.net/ LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm64 ~riscv ~sparc ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm64 ~riscv ~sparc ~amd64-linux ~x86-linux" IUSE="test" RESTRICT="!test? ( test )"