summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Rothe <corsair@gentoo.org>2006-05-23 20:22:41 +0000
committerMarkus Rothe <corsair@gentoo.org>2006-05-23 20:22:41 +0000
commit098c05346499d45cba3ce1cfcdfa2ca3eb06c741 (patch)
treef8d1f11280eafbf58a1fdd2851640a8cf9b1c658 /sys-fs/fuse
parentFix for gcc-4.1, bug #132096 (diff)
downloadgentoo-2-098c05346499d45cba3ce1cfcdfa2ca3eb06c741.tar.gz
gentoo-2-098c05346499d45cba3ce1cfcdfa2ca3eb06c741.tar.bz2
gentoo-2-098c05346499d45cba3ce1cfcdfa2ca3eb06c741.zip
Stable on ppc64
(Portage version: 2.0.54-r2)
Diffstat (limited to 'sys-fs/fuse')
-rw-r--r--sys-fs/fuse/ChangeLog5
-rw-r--r--sys-fs/fuse/fuse-2.6.0_pre2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/fuse/ChangeLog b/sys-fs/fuse/ChangeLog
index 60aa6586d051..2ebbafa45f72 100644
--- a/sys-fs/fuse/ChangeLog
+++ b/sys-fs/fuse/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/fuse
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.53 2006/05/22 12:44:06 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.54 2006/05/23 20:22:41 corsair Exp $
+
+ 23 May 2006; Markus Rothe <corsair@gentoo.org> fuse-2.6.0_pre2.ebuild:
+ Stable on ppc64
22 May 2006; Diego Pettenò <flameeyes@gentoo.org> fuse-2.6.0_pre2.ebuild:
Add ~x86-fbsd keyword.
diff --git a/sys-fs/fuse/fuse-2.6.0_pre2.ebuild b/sys-fs/fuse/fuse-2.6.0_pre2.ebuild
index fdafb71e7135..46d0f356a3e9 100644
--- a/sys-fs/fuse/fuse-2.6.0_pre2.ebuild
+++ b/sys-fs/fuse/fuse-2.6.0_pre2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.6.0_pre2.ebuild,v 1.9 2006/05/22 12:44:06 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.6.0_pre2.ebuild,v 1.10 2006/05/23 20:22:41 corsair Exp $
inherit linux-mod eutils libtool
@@ -9,7 +9,7 @@ DESCRIPTION="An interface for filesystems implemented in userspace."
HOMEPAGE="http://fuse.sourceforge.net"
SRC_URI="mirror://sourceforge/fuse/${MY_P}.tar.gz"
LICENSE="GPL-2"
-KEYWORDS="amd64 ~ia64 ppc ~ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ia64 ppc ppc64 sparc x86 ~x86-fbsd"
IUSE=""
S=${WORKDIR}/${MY_P}
PDEPEND="kernel_FreeBSD? ( sys-fs/fuse4bsd )"