Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/fuse/
Date: Wed, 01 Mar 2017 00:31:14
Message-Id: 1488327162.5412c3592b34db6ec409e593b0d6ae4018ec27a9.xmw@gentoo
1 commit: 5412c3592b34db6ec409e593b0d6ae4018ec27a9
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 1 00:12:42 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 1 00:12:42 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5412c359
7
8 sys-fs/fuse: arm64 stable (bug 592142).
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 sys-fs/fuse/fuse-2.9.7.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-fs/fuse/fuse-2.9.7.ebuild b/sys-fs/fuse/fuse-2.9.7.ebuild
16 index add6a76e6a1..552bdfe7e68 100644
17 --- a/sys-fs/fuse/fuse-2.9.7.ebuild
18 +++ b/sys-fs/fuse/fuse-2.9.7.ebuild
19 @@ -10,7 +10,7 @@ SRC_URI="https://github.com/libfuse/libfuse/releases/download/${P}/${P}.tar.gz"
20
21 LICENSE="GPL-2"
22 SLOT="0"
23 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
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 IUSE="examples kernel_linux kernel_FreeBSD static-libs"
26
27 PDEPEND="kernel_FreeBSD? ( sys-fs/fuse4bsd )"