Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/fuse/
Date: Sat, 06 Feb 2021 01:18:57
Message-Id: 1612574322.2a3fbea157d5f51b17970d9b53e6bcf170689939.dilfridge@gentoo
1 commit: 2a3fbea157d5f51b17970d9b53e6bcf170689939
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 6 01:18:27 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 6 01:18:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a3fbea1
7
8 sys-fs/fuse: keyword ~riscv, bug 768846
9
10 Closes: https://bugs.gentoo.org/768846
11 Package-Manager: Portage-3.0.13, Repoman-3.0.2
12 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
13
14 sys-fs/fuse/fuse-3.10.2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-fs/fuse/fuse-3.10.2.ebuild b/sys-fs/fuse/fuse-3.10.2.ebuild
18 index abb29326ea0..f4e0fdbf39e 100644
19 --- a/sys-fs/fuse/fuse-3.10.2.ebuild
20 +++ b/sys-fs/fuse/fuse-3.10.2.ebuild
21 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/libfuse/libfuse/releases/download/${P}/${P}.tar.xz"
22
23 LICENSE="GPL-2 LGPL-2.1"
24 SLOT="3"
25 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
26 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
27 IUSE="+suid test"
28 RESTRICT="!test? ( test )"