diff options
author | Sam James <sam@gentoo.org> | 2021-05-13 17:02:41 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-13 17:02:41 +0000 |
commit | bd9262af53e0479027b683a3366f6aa5f3878ba0 (patch) | |
tree | 563f41dfd6302b259940ec14f4827bc031b16281 /sys-fs | |
parent | www-servers/pound: NonsolvableDepsInExp in 3.0 (diff) | |
download | gentoo-bd9262af53e0479027b683a3366f6aa5f3878ba0.tar.gz gentoo-bd9262af53e0479027b683a3366f6aa5f3878ba0.tar.bz2 gentoo-bd9262af53e0479027b683a3366f6aa5f3878ba0.zip |
sys-fs/fuse: Stabilize 3.9.3 arm, #789951
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/fuse/fuse-3.9.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/fuse/fuse-3.9.3.ebuild b/sys-fs/fuse/fuse-3.9.3.ebuild index 02612a79f61f..65a1c1bc4165 100644 --- a/sys-fs/fuse/fuse-3.9.3.ebuild +++ b/sys-fs/fuse/fuse-3.9.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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 )" |