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: Sun, 05 Dec 2021 05:18:03
Message-Id: 1638681458.0b0d4bc3f2ec6e17f3a8cf88b36389f206f0035a.sam@gentoo
1 commit: 0b0d4bc3f2ec6e17f3a8cf88b36389f206f0035a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 5 05:17:38 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 5 05:17:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b0d4bc3
7
8 sys-fs/fuse: Stabilize 3.10.5 ppc64, #828252
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-fs/fuse/fuse-3.10.5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-fs/fuse/fuse-3.10.5.ebuild b/sys-fs/fuse/fuse-3.10.5.ebuild
16 index 6f7d03ccb2b0..9509fcfd528e 100644
17 --- a/sys-fs/fuse/fuse-3.10.5.ebuild
18 +++ b/sys-fs/fuse/fuse-3.10.5.ebuild
19 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/libfuse/libfuse/releases/download/${P}/${P}.tar.xz"
20
21 LICENSE="GPL-2 LGPL-2.1"
22 SLOT="3"
23 -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
24 +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc x86"
25 IUSE="+suid test"
26 RESTRICT="!test? ( test )"