diff options
author | Sam James <sam@gentoo.org> | 2021-05-13 21:17:26 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-13 21:17:26 +0000 |
commit | 2348cd0734ef6f17966c86a650ad0721d10bc890 (patch) | |
tree | 41715c9541d282a13c659c42d79e1b915d955172 /sys-fs/fuse | |
parent | sys-apps/usbutils: Stabilize 013-r1 ppc, #789945 (diff) | |
download | gentoo-2348cd0734ef6f17966c86a650ad0721d10bc890.tar.gz gentoo-2348cd0734ef6f17966c86a650ad0721d10bc890.tar.bz2 gentoo-2348cd0734ef6f17966c86a650ad0721d10bc890.zip |
sys-fs/fuse: Stabilize 3.9.3 ppc, #789951
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs/fuse')
-rw-r--r-- | sys-fs/fuse/fuse-3.9.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/fuse/fuse-3.9.3.ebuild b/sys-fs/fuse/fuse-3.9.3.ebuild index 1576e21b8082..59b09c8b2e2a 100644 --- a/sys-fs/fuse/fuse-3.9.3.ebuild +++ b/sys-fs/fuse/fuse-3.9.3.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 ~s390 ~sparc ~x86" IUSE="+suid test" RESTRICT="!test? ( test )" |