summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2015-06-20 05:49:39 +0000
committerJeroen Roovers <jer@gentoo.org>2015-06-20 05:49:39 +0000
commit2f3b9ed21266e3a19a8a100c764d9310756ab872 (patch)
treed07bd18227497e6c1522ca121fee2d4889761e17 /sys-fs
parentStable for HPPA PPC64 (bug #552254). (diff)
downloadgentoo-2-2f3b9ed21266e3a19a8a100c764d9310756ab872.tar.gz
gentoo-2-2f3b9ed21266e3a19a8a100c764d9310756ab872.tar.bz2
gentoo-2-2f3b9ed21266e3a19a8a100c764d9310756ab872.zip
Stable for HPPA (bug #550152).
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/fuse/ChangeLog5
-rw-r--r--sys-fs/fuse/fuse-2.9.4.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/fuse/ChangeLog b/sys-fs/fuse/ChangeLog
index 81a6b00dfecd..d88f31fcfcfe 100644
--- a/sys-fs/fuse/ChangeLog
+++ b/sys-fs/fuse/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/fuse
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.203 2015/06/18 08:37:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.204 2015/06/20 05:49:39 jer Exp $
+
+ 20 Jun 2015; Jeroen Roovers <jer@gentoo.org> fuse-2.9.4.ebuild:
+ Stable for HPPA (bug #550152).
18 Jun 2015; Agostino Sarubbo <ago@gentoo.org> fuse-2.9.4.ebuild:
Stable for amd64, wrt bug #550152
diff --git a/sys-fs/fuse/fuse-2.9.4.ebuild b/sys-fs/fuse/fuse-2.9.4.ebuild
index 5287d8053f8a..5dec1dafe551 100644
--- a/sys-fs/fuse/fuse-2.9.4.ebuild
+++ b/sys-fs/fuse/fuse-2.9.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.9.4.ebuild,v 1.2 2015/06/18 08:37:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.9.4.ebuild,v 1.3 2015/06/20 05:49:39 jer Exp $
EAPI=5
inherit eutils libtool linux-info udev toolchain-funcs
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/fuse/${MY_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 )"