diff options
author | Sam James <sam@gentoo.org> | 2021-08-11 01:00:30 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-11 01:02:28 +0100 |
commit | ff3511bdd44b2544654e27f02cfead4924c31428 (patch) | |
tree | b759960c74297b98a65119634740040f756afd63 /sys-fs/fuse | |
parent | net-firewall/nftables: Stabilize 0.9.9 x86, #807466 (diff) | |
download | gentoo-ff3511bdd44b2544654e27f02cfead4924c31428.tar.gz gentoo-ff3511bdd44b2544654e27f02cfead4924c31428.tar.bz2 gentoo-ff3511bdd44b2544654e27f02cfead4924c31428.zip |
sys-fs/fuse: Stabilize 3.10.4 x86, #807523
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs/fuse')
-rw-r--r-- | sys-fs/fuse/fuse-3.10.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/fuse/fuse-3.10.4.ebuild b/sys-fs/fuse/fuse-3.10.4.ebuild index b7f64ce86b98..41b0df4fd128 100644 --- a/sys-fs/fuse/fuse-3.10.4.ebuild +++ b/sys-fs/fuse/fuse-3.10.4.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 )" |