summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2012-10-11 08:19:00 +0000
committerAnthony G. Basile <blueness@gentoo.org>2012-10-11 08:19:00 +0000
commit5349404073aa175d7715f57638ddbbf56e29b661 (patch)
treeecb4df25a6f3c9ae5774e38d55d88497fba5b8e5 /sys-fs
parentAdd qnikst@gentoo.org as current maintainer (diff)
downloadgentoo-2-5349404073aa175d7715f57638ddbbf56e29b661.tar.gz
gentoo-2-5349404073aa175d7715f57638ddbbf56e29b661.tar.bz2
gentoo-2-5349404073aa175d7715f57638ddbbf56e29b661.zip
stable ppc64, bug #437568
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/fuse/ChangeLog6
-rw-r--r--sys-fs/fuse/fuse-2.9.1-r1.ebuild4
2 files changed, 6 insertions, 4 deletions
diff --git a/sys-fs/fuse/ChangeLog b/sys-fs/fuse/ChangeLog
index 94805d568488..95bb57112b9e 100644
--- a/sys-fs/fuse/ChangeLog
+++ b/sys-fs/fuse/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/fuse
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.163 2012/10/10 15:33:53 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.164 2012/10/11 08:19:00 blueness Exp $
+
+ 11 Oct 2012; Anthony G. Basile <blueness@gentoo.org> fuse-2.9.1-r1.ebuild:
+ stable ppc64, bug #437568
10 Oct 2012; Brent Baude <ranger@gentoo.org> fuse-2.9.1-r1.ebuild:
Marking fuse-2.9.1-r1 ppc for bug 437568
@@ -643,4 +646,3 @@
Initial import. Thanks to Birce Arnould <98111@free.fr>, Athul Acharya
<aacharya@gmail.com> and Sébastien Estienne <sebastien.estienne@gmail.com>
in bug 59733
-
diff --git a/sys-fs/fuse/fuse-2.9.1-r1.ebuild b/sys-fs/fuse/fuse-2.9.1-r1.ebuild
index e286d62c6298..61ce003706cf 100644
--- a/sys-fs/fuse/fuse-2.9.1-r1.ebuild
+++ b/sys-fs/fuse/fuse-2.9.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.9.1-r1.ebuild,v 1.2 2012/10/10 15:33:53 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.9.1-r1.ebuild,v 1.3 2012/10/11 08:19:00 blueness Exp $
EAPI=4
inherit eutils libtool linux-info toolchain-funcs
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/fuse/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="kernel_linux kernel_FreeBSD static-libs"
PDEPEND="kernel_FreeBSD? ( sys-fs/fuse4bsd )"