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 222DA15813A for ; Wed, 15 Jan 2025 14:11:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1DC8BE07D4; Wed, 15 Jan 2025 14:11:55 +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 AFA44E07D4 for ; Wed, 15 Jan 2025 14:11:53 +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 4D818340CA7 for ; Wed, 15 Jan 2025 14:11:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACA391677 for ; Wed, 15 Jan 2025 14:11:50 +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: <1736950184.87427ea431f9ddac1b087390194666927682ee8e.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: 87427ea431f9ddac1b087390194666927682ee8e X-VCS-Branch: master Date: Wed, 15 Jan 2025 14:11:50 +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: 63081a5d-f949-49d0-977b-9641c6415999 X-Archives-Hash: 38228c31f068b7031dc132d29df6dd56 commit: 87427ea431f9ddac1b087390194666927682ee8e Author: William Hubbs gentoo org> AuthorDate: Wed Jan 15 14:09:44 2025 +0000 Commit: William Hubbs gentoo org> CommitDate: Wed Jan 15 14:09:44 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87427ea4 dev-util/gitlab-runner: stabilize all versions for ppc64 This was approved by arthurzam. 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 e474091b7516..d060a3987222 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 6c46d20ec9df..ec38d93f41d3 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 3af23ee4cc0d..b273753e777c 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"