summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorTony Vroon <chainsaw@gentoo.org>2012-02-12 01:22:05 +0000
committerTony Vroon <chainsaw@gentoo.org>2012-02-12 01:22:05 +0000
commit9909ced4315bfe3bf2e763ed59252e73279af112 (patch)
tree70e0a5f959a2292a000bf77338dd5f4758380bc0 /sys-fs
parentDrop device-mapper as it was merged into LVM2-2.02.67 upstream in 2010. Updat... (diff)
downloadgentoo-2-9909ced4315bfe3bf2e763ed59252e73279af112.tar.gz
gentoo-2-9909ced4315bfe3bf2e763ed59252e73279af112.tar.bz2
gentoo-2-9909ced4315bfe3bf2e763ed59252e73279af112.zip
Marked stable on PPC64 as requested by Tim "radhermit" Harder in bug #392949. Compile tested on a PowerMac7,3 (64UL) with GCC 4.5.3.
(Portage version: 2.1.10.44/cvs/Linux ppc64)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/fuse/ChangeLog6
-rw-r--r--sys-fs/fuse/fuse-2.8.6.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/sys-fs/fuse/ChangeLog b/sys-fs/fuse/ChangeLog
index 92b94e21cf23..21da4a43e016 100644
--- a/sys-fs/fuse/ChangeLog
+++ b/sys-fs/fuse/ChangeLog
@@ -1,6 +1,10 @@
# 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.153 2012/02/07 07:26:39 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.154 2012/02/12 01:22:05 chainsaw Exp $
+
+ 12 Feb 2012; Tony Vroon <chainsaw@gentoo.org> fuse-2.8.6.ebuild:
+ Marked stable on PPC64 as requested by Tim "radhermit" Harder in bug
+ #392949. Compile tested on a PowerMac7,3 (64UL) with GCC 4.5.3.
*fuse-2.8.7 (07 Feb 2012)
diff --git a/sys-fs/fuse/fuse-2.8.6.ebuild b/sys-fs/fuse/fuse-2.8.6.ebuild
index 3a9b0db8a52b..d01dd65d22fc 100644
--- a/sys-fs/fuse/fuse-2.8.6.ebuild
+++ b/sys-fs/fuse/fuse-2.8.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# 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.8.6.ebuild,v 1.6 2011/12/11 17:35:35 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.8.6.ebuild,v 1.7 2012/02/12 01:22:05 chainsaw Exp $
EAPI=4
inherit libtool linux-info
@@ -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 ~x86-linux"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~ppc ppc64 sparc x86 ~x86-fbsd ~x86-linux"
IUSE="kernel_linux kernel_FreeBSD static-libs"
PDEPEND="kernel_FreeBSD? ( sys-fs/fuse4bsd )"