summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2015-06-24 07:59:27 +0000
committerAgostino Sarubbo <ago@gentoo.org>2015-06-24 07:59:27 +0000
commit801fa05c3e9d3a9ee2c58a7873c355782a76847c (patch)
treeae7e32589a6a75cfc055995964a4e94c053d8a1c /sys-fs/fuse
parentStable for ppc, wrt bug #548066 (diff)
downloadgentoo-2-801fa05c3e9d3a9ee2c58a7873c355782a76847c.tar.gz
gentoo-2-801fa05c3e9d3a9ee2c58a7873c355782a76847c.tar.bz2
gentoo-2-801fa05c3e9d3a9ee2c58a7873c355782a76847c.zip
Stable for ppc, wrt bug #550152
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-fs/fuse')
-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 b1ee96477c6f..49b8b207777e 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.206 2015/06/21 06:47:22 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.207 2015/06/24 07:59:27 ago Exp $
+
+ 24 Jun 2015; Agostino Sarubbo <ago@gentoo.org> fuse-2.9.4.ebuild:
+ Stable for ppc, wrt bug #550152
21 Jun 2015; Jeroen Roovers <jer@gentoo.org> fuse-2.9.4.ebuild:
Stable for PPC64 (bug #550152).
diff --git a/sys-fs/fuse/fuse-2.9.4.ebuild b/sys-fs/fuse/fuse-2.9.4.ebuild
index ca8e78973a5b..25bc4638c54e 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.5 2015/06/21 06:47:22 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.9.4.ebuild,v 1.6 2015/06/24 07:59:27 ago 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 )"