diff options
author | Sam James <sam@gentoo.org> | 2021-12-05 03:30:06 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-05 03:30:06 +0000 |
commit | c32237278f5f291701a582b7de36932142e523b9 (patch) | |
tree | d1c86cdeffa28d1d3959fc90e18478a6ecf6c8f5 /sys-fs | |
parent | dev-perl/YAML-LibYAML: Stabilize 0.830.0 amd64, #828250 (diff) | |
download | gentoo-c32237278f5f291701a582b7de36932142e523b9.tar.gz gentoo-c32237278f5f291701a582b7de36932142e523b9.tar.bz2 gentoo-c32237278f5f291701a582b7de36932142e523b9.zip |
sys-fs/fuse: Stabilize 3.10.5 amd64, #828252
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/fuse/fuse-3.10.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/fuse/fuse-3.10.5.ebuild b/sys-fs/fuse/fuse-3.10.5.ebuild index 8eafe06d9b57..b13770961da6 100644 --- a/sys-fs/fuse/fuse-3.10.5.ebuild +++ b/sys-fs/fuse/fuse-3.10.5.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 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" IUSE="+suid test" RESTRICT="!test? ( test )" |