Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/fuse/
Date: Thu, 13 May 2021 17:03:15
Message-Id: 1620925361.bd9262af53e0479027b683a3366f6aa5f3878ba0.sam@gentoo
1 commit: bd9262af53e0479027b683a3366f6aa5f3878ba0
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 13 17:02:41 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu May 13 17:02:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd9262af
7
8 sys-fs/fuse: Stabilize 3.9.3 arm, #789951
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-fs/fuse/fuse-3.9.3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-fs/fuse/fuse-3.9.3.ebuild b/sys-fs/fuse/fuse-3.9.3.ebuild
16 index 02612a79f61..65a1c1bc416 100644
17 --- a/sys-fs/fuse/fuse-3.9.3.ebuild
18 +++ b/sys-fs/fuse/fuse-3.9.3.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/libfuse/libfuse/releases/download/${P}/${P}.tar.xz"
26
27 LICENSE="GPL-2 LGPL-2.1"
28 SLOT="3"
29 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
30 +KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
31 IUSE="+suid test"
32 RESTRICT="!test? ( test )"