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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CAC0D1382C5 for ; Sat, 6 Feb 2021 01:18:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02E2EE0871; Sat, 6 Feb 2021 01:18:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DD459E0871 for ; Sat, 6 Feb 2021 01:18:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D02933431C7 for ; Sat, 6 Feb 2021 01:18:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5751C4AE for ; Sat, 6 Feb 2021 01:18:54 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1612574322.2a3fbea157d5f51b17970d9b53e6bcf170689939.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/fuse/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/fuse/fuse-3.10.2.ebuild X-VCS-Directories: sys-fs/fuse/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 2a3fbea157d5f51b17970d9b53e6bcf170689939 X-VCS-Branch: master Date: Sat, 6 Feb 2021 01:18:54 +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: 91b4826d-b38e-4fde-a854-b1cd006c3995 X-Archives-Hash: 48ee63f2bf49d2e95887c964111a12ac commit: 2a3fbea157d5f51b17970d9b53e6bcf170689939 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Feb 6 01:18:27 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Feb 6 01:18:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a3fbea1 sys-fs/fuse: keyword ~riscv, bug 768846 Closes: https://bugs.gentoo.org/768846 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel gentoo.org> sys-fs/fuse/fuse-3.10.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/fuse/fuse-3.10.2.ebuild b/sys-fs/fuse/fuse-3.10.2.ebuild index abb29326ea0..f4e0fdbf39e 100644 --- a/sys-fs/fuse/fuse-3.10.2.ebuild +++ b/sys-fs/fuse/fuse-3.10.2.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/libfuse/libfuse/releases/download/${P}/${P}.tar.xz" LICENSE="GPL-2 LGPL-2.1" SLOT="3" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" IUSE="+suid test" RESTRICT="!test? ( test )"