diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-01-04 16:24:39 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-01-04 16:29:36 +0100 |
commit | aa860868b8da178a2686a07e254509d20176ae9a (patch) | |
tree | b37cfd7c77c9ffd3c611a58794001671778ffccb /sys-fs/fuse | |
parent | dev-java/tomcat-native: x86 stable wrt bug #588042 (diff) | |
download | gentoo-aa860868b8da178a2686a07e254509d20176ae9a.tar.gz gentoo-aa860868b8da178a2686a07e254509d20176ae9a.tar.bz2 gentoo-aa860868b8da178a2686a07e254509d20176ae9a.zip |
sys-fs/fuse: x86 stable wrt bug #592142
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-fs/fuse')
-rw-r--r-- | sys-fs/fuse/fuse-2.9.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/fuse/fuse-2.9.7.ebuild b/sys-fs/fuse/fuse-2.9.7.ebuild index d440951931da..3cbb73e7a4a3 100644 --- a/sys-fs/fuse/fuse-2.9.7.ebuild +++ b/sys-fs/fuse/fuse-2.9.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ SRC_URI="https://github.com/libfuse/libfuse/releases/download/${P}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" +KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" IUSE="examples kernel_linux kernel_FreeBSD static-libs" PDEPEND="kernel_FreeBSD? ( sys-fs/fuse4bsd )" |