diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-02-06 03:18:27 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-02-06 03:18:42 +0200 |
commit | 2a3fbea157d5f51b17970d9b53e6bcf170689939 (patch) | |
tree | cf9da3ad95c75d6b2a69d359f780bc1e38c923c5 /sys-fs | |
parent | dev-python/breathe: bump to 4.26.1 (diff) | |
download | gentoo-2a3fbea157d5f51b17970d9b53e6bcf170689939.tar.gz gentoo-2a3fbea157d5f51b17970d9b53e6bcf170689939.tar.bz2 gentoo-2a3fbea157d5f51b17970d9b53e6bcf170689939.zip |
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 <dilfridge@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/fuse/fuse-3.10.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/fuse/fuse-3.10.2.ebuild b/sys-fs/fuse/fuse-3.10.2.ebuild index abb29326ea06..f4e0fdbf39e2 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 )" |