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 14B01158020 for ; Tue, 8 Nov 2022 18:05:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4349FE09F0; Tue, 8 Nov 2022 18:05:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2CE64E09F0 for ; Tue, 8 Nov 2022 18:05: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 3B891335CCD for ; Tue, 8 Nov 2022 18:05:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B02970D for ; Tue, 8 Nov 2022 18:05: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: <1667930743.4cc7bfab668f3499e495323685dacf86bb8ff13e.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-15.4.1.ebuild X-VCS-Directories: dev-util/gitlab-runner/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 4cc7bfab668f3499e495323685dacf86bb8ff13e X-VCS-Branch: master Date: Tue, 8 Nov 2022 18:05: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: 535eb40f-c76a-414f-82f6-d60a1c2fb8ee X-Archives-Hash: 3b6b45a334fe4311dcdbaf9324c13a49 commit: 4cc7bfab668f3499e495323685dacf86bb8ff13e Author: William Hubbs gentoo org> AuthorDate: Tue Nov 8 18:05:14 2022 +0000 Commit: William Hubbs gentoo org> CommitDate: Tue Nov 8 18:05:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cc7bfab dev-util/gitlab-runner: stabilize 15.4.1 for amd64 Bug: https://bugs.gentoo.org/879573 Signed-off-by: William Hubbs gentoo.org> dev-util/gitlab-runner/gitlab-runner-15.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/gitlab-runner/gitlab-runner-15.4.1.ebuild b/dev-util/gitlab-runner/gitlab-runner-15.4.1.ebuild index af171edd37b3..2b673902cdd5 100644 --- a/dev-util/gitlab-runner/gitlab-runner-15.4.1.ebuild +++ b/dev-util/gitlab-runner/gitlab-runner-15.4.1.ebuild @@ -14,7 +14,7 @@ SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~riscv" +KEYWORDS="amd64 ~ppc64 ~riscv" COMMON_DEPEND="acct-group/gitlab-runner acct-user/gitlab-runner"