From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1446788-garchives=archives.gentoo.org@lists.gentoo.org>
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 39B26158020
	for <garchives@archives.gentoo.org>; Thu, 13 Oct 2022 21:45:19 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 2D39BE08E5;
	Thu, 13 Oct 2022 21:45:18 +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 13E86E08E5
	for <gentoo-commits@lists.gentoo.org>; Thu, 13 Oct 2022 21:45:18 +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 1F251340FDB
	for <gentoo-commits@lists.gentoo.org>; Thu, 13 Oct 2022 21:45:17 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 54B3A613
	for <gentoo-commits@lists.gentoo.org>; Thu, 13 Oct 2022 21:45:15 +0000 (UTC)
From: "Piotr Karbowski" <slashbeast@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Piotr Karbowski" <slashbeast@gentoo.org>
Message-ID: <1665697513.8fe0db8d9249a87d2ec6a91e2aa215c58edbec05.slashbeast@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/mergerfs-tools/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sys-fs/mergerfs-tools/mergerfs-tools-0_p20210502-r3.ebuild
X-VCS-Directories: sys-fs/mergerfs-tools/
X-VCS-Committer: slashbeast
X-VCS-Committer-Name: Piotr Karbowski
X-VCS-Revision: 8fe0db8d9249a87d2ec6a91e2aa215c58edbec05
X-VCS-Branch: master
Date: Thu, 13 Oct 2022 21:45:15 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 3e1e5ec1-ba11-4766-8ed2-443172440070
X-Archives-Hash: 1ded526c716d573c18f6a99c30d97a1b

commit:     8fe0db8d9249a87d2ec6a91e2aa215c58edbec05
Author:     Xin Yang <yangmame <AT> icloud <DOT> com>
AuthorDate: Thu Oct 13 14:52:54 2022 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Thu Oct 13 21:45:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fe0db8d

sys-fs/mergerfs-tools: keyword mergerfs-tools-0_p20210502-r3 riscv, #876995

Signed-off-by: Xin Yang <yangmame <AT> icloud.com>
Closes: https://github.com/gentoo/gentoo/pull/27770
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 sys-fs/mergerfs-tools/mergerfs-tools-0_p20210502-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/mergerfs-tools/mergerfs-tools-0_p20210502-r3.ebuild b/sys-fs/mergerfs-tools/mergerfs-tools-0_p20210502-r3.ebuild
index 2827a367ac7d..d8b0f64dc16f 100644
--- a/sys-fs/mergerfs-tools/mergerfs-tools-0_p20210502-r3.ebuild
+++ b/sys-fs/mergerfs-tools/mergerfs-tools-0_p20210502-r3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://dev.gentoo.org/~slashbeast/distfiles/${PN}/${P}.tar.xz"
 LICENSE="ISC"
 SLOT="0"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~riscv ~x86"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 DEPEND="${PYTHON_DEPS}"