Gentoo Archives: gentoo-commits

From: Markus Meier <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/fuse/
Date: Sat, 01 Oct 2016 08:17:27
Message-Id: 1475308303.6fdeac94e996b44a312e6f451842f5b532e190f0.maekke@gentoo
1 commit: 6fdeac94e996b44a312e6f451842f5b532e190f0
2 Author: Markus Meier <maekke <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 1 07:51:43 2016 +0000
4 Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 1 07:51:43 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fdeac94
7
8 sys-fs/fuse: arm stable, bug #592142
9
10 Package-Manager: portage-2.3.1
11 RepoMan-Options: --include-arches="arm"
12
13 sys-fs/fuse/fuse-2.9.7.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-fs/fuse/fuse-2.9.7.ebuild b/sys-fs/fuse/fuse-2.9.7.ebuild
17 index 5e58905..58b9d36 100644
18 --- a/sys-fs/fuse/fuse-2.9.7.ebuild
19 +++ b/sys-fs/fuse/fuse-2.9.7.ebuild
20 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/libfuse/libfuse/releases/download/${P}/${P}.tar.gz"
21
22 LICENSE="GPL-2"
23 SLOT="0"
24 -KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
25 +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
26 IUSE="examples kernel_linux kernel_FreeBSD static-libs"
27
28 PDEPEND="kernel_FreeBSD? ( sys-fs/fuse4bsd )"