Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/fuse/
Date: Tue, 01 Jun 2021 06:59:37
Message-Id: 1622530765.82c4d69e0c525ab6880bfa54a47c5f9b416870e0.ago@gentoo
1 commit: 82c4d69e0c525ab6880bfa54a47c5f9b416870e0
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 1 06:57:44 2021 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 1 06:59:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82c4d69e
7
8 sys-fs/fuse: x86 stable wrt bug #793362
9
10 Package-Manager: Portage-3.0.13, Repoman-3.0.2
11 RepoMan-Options: --include-arches="x86"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 sys-fs/fuse/fuse-3.10.3.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-fs/fuse/fuse-3.10.3.ebuild b/sys-fs/fuse/fuse-3.10.3.ebuild
18 index e914cbe6bca..bb17abcdf11 100644
19 --- a/sys-fs/fuse/fuse-3.10.3.ebuild
20 +++ b/sys-fs/fuse/fuse-3.10.3.ebuild
21 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/libfuse/libfuse/releases/download/${P}/${P}.tar.xz"
22
23 LICENSE="GPL-2 LGPL-2.1"
24 SLOT="3"
25 -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc ~x86"
26 +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86"
27 IUSE="+suid test"
28 RESTRICT="!test? ( test )"