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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B98BC158020 for ; Fri, 28 Oct 2022 02:19:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01CF7E07EE; Fri, 28 Oct 2022 02:19:42 +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 D6D98E07EE for ; Fri, 28 Oct 2022 02:19:41 +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 EAFF3340F92 for ; Fri, 28 Oct 2022 02:19:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40EE2615 for ; Fri, 28 Oct 2022 02:19:39 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1666923557.0dcbcc1d02c89f128a2c0c7e57c7b80c6fc26844.dlan@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: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 0dcbcc1d02c89f128a2c0c7e57c7b80c6fc26844 X-VCS-Branch: master Date: Fri, 28 Oct 2022 02:19:39 +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: 389554f1-ce3b-4ad5-98a3-c1ce06c1fcd2 X-Archives-Hash: e1d04e013dcb25ac401c2dabf41b40e0 commit: 0dcbcc1d02c89f128a2c0c7e57c7b80c6fc26844 Author: Xin Yang icloud com> AuthorDate: Wed Oct 26 13:37:09 2022 +0000 Commit: Yixun Lan gentoo org> CommitDate: Fri Oct 28 02:19:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dcbcc1d dev-util/gitlab-runner: keyword 15.4.0 riscv, #878363 Closes: https://github.com/gentoo/gentoo/pull/27960 Signed-off-by: Xin Yang icloud.com> Signed-off-by: Yixun Lan 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 454e48ab945c..af171edd37b3 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" +KEYWORDS="~amd64 ~ppc64 ~riscv" COMMON_DEPEND="acct-group/gitlab-runner acct-user/gitlab-runner"