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 E43C1158094 for ; Sun, 31 Jul 2022 16:08:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19F82E0F3C; Sun, 31 Jul 2022 16:08: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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F0508E0F3C for ; Sun, 31 Jul 2022 16:08:36 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0C1AE340E6B for ; Sun, 31 Jul 2022 16:08:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9319E55F for ; Sun, 31 Jul 2022 16:08:34 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1659283714.9c9c138438e3d07d828f77a33c3fb81748d7226b.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/repo-commit/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/repo-commit/repo-commit-0.4.1-r1.ebuild X-VCS-Directories: app-portage/repo-commit/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 9c9c138438e3d07d828f77a33c3fb81748d7226b X-VCS-Branch: master Date: Sun, 31 Jul 2022 16:08: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: 24ac3733-eff2-4f94-b1f0-037094254b37 X-Archives-Hash: a02af64561bf3f2c06388aed562d9634 commit: 9c9c138438e3d07d828f77a33c3fb81748d7226b Author: Atharva protonmail com> AuthorDate: Sun Jul 31 07:02:40 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Sun Jul 31 16:08:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c9c1384 app-portage/repo-commit: riscv keywording Signed-off-by: Atharva protonmail.com> Signed-off-by: Jakov Smolić gentoo.org> app-portage/repo-commit/repo-commit-0.4.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-portage/repo-commit/repo-commit-0.4.1-r1.ebuild b/app-portage/repo-commit/repo-commit-0.4.1-r1.ebuild index 5e2bdee57fc1..45258f6009d6 100644 --- a/app-portage/repo-commit/repo-commit-0.4.1-r1.ebuild +++ b/app-portage/repo-commit/repo-commit-0.4.1-r1.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]]; then inherit autotools git-r3 else SRC_URI="https://www.bitbucket.org/gentoo/${PN}/downloads/${P}.tar.bz2" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~riscv ~x86" fi DESCRIPTION="A repository commit helper"