diff options
author | Sam James <sam@gentoo.org> | 2022-07-20 02:45:20 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-20 02:45:20 +0000 |
commit | 1187b6b5d29050924fc71e67e5195740c98630ad (patch) | |
tree | b31dc6bed60791435b1daa441f927856c735350d /sys-fs/fuse | |
parent | sys-process/htop: Stabilize 3.2.1-r1 amd64, #859421 (diff) | |
download | gentoo-1187b6b5d29050924fc71e67e5195740c98630ad.tar.gz gentoo-1187b6b5d29050924fc71e67e5195740c98630ad.tar.bz2 gentoo-1187b6b5d29050924fc71e67e5195740c98630ad.zip |
sys-fs/fuse: Stabilize 3.11.0 amd64, #859424
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs/fuse')
-rw-r--r-- | sys-fs/fuse/fuse-3.11.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/fuse/fuse-3.11.0.ebuild b/sys-fs/fuse/fuse-3.11.0.ebuild index 573525925435..5536a1fd2483 100644 --- a/sys-fs/fuse/fuse-3.11.0.ebuild +++ b/sys-fs/fuse/fuse-3.11.0.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 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86" IUSE="+suid test" RESTRICT="!test? ( test )" |