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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ECFA615813A for ; Wed, 15 Jan 2025 14:38:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11D83E07D9; Wed, 15 Jan 2025 14:38:33 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C8803E07D9 for ; Wed, 15 Jan 2025 14:38:32 +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 D45D3340441 for ; Wed, 15 Jan 2025 14:38:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 398102078 for ; Wed, 15 Jan 2025 14:38:30 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1736951897.d602a287475707790b358b55cf01cf8224258960.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/gitlab-runner/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/gitlab-runner/gitlab-runner-17.5.5.ebuild dev-util/gitlab-runner/gitlab-runner-17.6.1.ebuild dev-util/gitlab-runner/gitlab-runner-17.7.0.ebuild X-VCS-Directories: dev-util/gitlab-runner/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: d602a287475707790b358b55cf01cf8224258960 X-VCS-Branch: master Date: Wed, 15 Jan 2025 14:38:30 +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: 8a2e1f5f-7273-4183-8911-7a3da644e3b7 X-Archives-Hash: 14f20818e671dfccd0c082f2b0047c72 commit: d602a287475707790b358b55cf01cf8224258960 Author: William Hubbs gentoo org> AuthorDate: Wed Jan 15 14:37:21 2025 +0000 Commit: William Hubbs gentoo org> CommitDate: Wed Jan 15 14:38:17 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d602a287 dev-util/gitlab-runner: mark unstable on ppc64 Signed-off-by: William Hubbs gentoo.org> dev-util/gitlab-runner/gitlab-runner-17.5.5.ebuild | 2 +- dev-util/gitlab-runner/gitlab-runner-17.6.1.ebuild | 2 +- dev-util/gitlab-runner/gitlab-runner-17.7.0.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-util/gitlab-runner/gitlab-runner-17.5.5.ebuild b/dev-util/gitlab-runner/gitlab-runner-17.5.5.ebuild index d060a3987222..e474091b7516 100644 --- a/dev-util/gitlab-runner/gitlab-runner-17.5.5.ebuild +++ b/dev-util/gitlab-runner/gitlab-runner-17.5.5.ebuild @@ -16,7 +16,7 @@ S="${WORKDIR}/${PN}-v${PV}" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ppc64 ~riscv" +KEYWORDS="amd64 ~ppc64 ~riscv" COMMON_DEPEND="acct-group/gitlab-runner acct-user/gitlab-runner" diff --git a/dev-util/gitlab-runner/gitlab-runner-17.6.1.ebuild b/dev-util/gitlab-runner/gitlab-runner-17.6.1.ebuild index ec38d93f41d3..6c46d20ec9df 100644 --- a/dev-util/gitlab-runner/gitlab-runner-17.6.1.ebuild +++ b/dev-util/gitlab-runner/gitlab-runner-17.6.1.ebuild @@ -16,7 +16,7 @@ S="${WORKDIR}/${PN}-v${PV}" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ppc64 ~riscv" +KEYWORDS="amd64 ~ppc64 ~riscv" COMMON_DEPEND="acct-group/gitlab-runner acct-user/gitlab-runner" diff --git a/dev-util/gitlab-runner/gitlab-runner-17.7.0.ebuild b/dev-util/gitlab-runner/gitlab-runner-17.7.0.ebuild index b273753e777c..3af23ee4cc0d 100644 --- a/dev-util/gitlab-runner/gitlab-runner-17.7.0.ebuild +++ b/dev-util/gitlab-runner/gitlab-runner-17.7.0.ebuild @@ -16,7 +16,7 @@ S="${WORKDIR}/${PN}-v${PV}" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ppc64 ~riscv" +KEYWORDS="amd64 ~ppc64 ~riscv" COMMON_DEPEND="acct-group/gitlab-runner acct-user/gitlab-runner"