Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/fuse/
Date: Sat, 01 Oct 2016 13:09:23
Message-Id: 1475327349.fa9345c729d10d2e0c518045316665998190f1d2.jer@gentoo
1 commit: fa9345c729d10d2e0c518045316665998190f1d2
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 1 13:07:26 2016 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 1 13:09:09 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa9345c7
7
8 sys-fs/fuse: Stable for HPPA PPC64 (bug #592142).
9
10 Package-Manager: portage-2.3.1
11 RepoMan-Options: --ignore-arches
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 58b9d36..d440951 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 )"