summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorGysbert Wassenaar <nixnut@gentoo.org>2007-09-22 19:56:15 +0000
committerGysbert Wassenaar <nixnut@gentoo.org>2007-09-22 19:56:15 +0000
commitd99bcef3d73ad40877922ea5919e6db16d5dfe4b (patch)
tree32869096efbda580e2db13fcef0b291731b652ec /sys-fs
parentMasking the audit USE flag on sys-libs/pam since sys-process/audit is masked ... (diff)
downloadgentoo-2-d99bcef3d73ad40877922ea5919e6db16d5dfe4b.tar.gz
gentoo-2-d99bcef3d73ad40877922ea5919e6db16d5dfe4b.tar.bz2
gentoo-2-d99bcef3d73ad40877922ea5919e6db16d5dfe4b.zip
Stable on ppc wrt bug 193329
(Portage version: 2.1.3.9)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/fuse/ChangeLog5
-rw-r--r--sys-fs/fuse/fuse-2.7.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/fuse/ChangeLog b/sys-fs/fuse/ChangeLog
index 698a9db8cd8c..9ab094113c10 100644
--- a/sys-fs/fuse/ChangeLog
+++ b/sys-fs/fuse/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/fuse
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.101 2007/09/22 13:03:09 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.102 2007/09/22 19:56:15 nixnut Exp $
+
+ 22 Sep 2007; nixnut <nixnut@gentoo.org> fuse-2.7.0.ebuild:
+ Stable on ppc wrt bug 193329
22 Sep 2007; Christian Faulhammer <opfer@gentoo.org> fuse-2.7.0.ebuild:
stable x86, bug 193329
diff --git a/sys-fs/fuse/fuse-2.7.0.ebuild b/sys-fs/fuse/fuse-2.7.0.ebuild
index d8769ceee1aa..1fc02087c0eb 100644
--- a/sys-fs/fuse/fuse-2.7.0.ebuild
+++ b/sys-fs/fuse/fuse-2.7.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.7.0.ebuild,v 1.3 2007/09/22 13:03:09 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.7.0.ebuild,v 1.4 2007/09/22 19:56:15 nixnut 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="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd"
IUSE="kernel_linux kernel_FreeBSD"
S=${WORKDIR}/${MY_P}
PDEPEND="kernel_FreeBSD? ( sys-fs/fuse4bsd )"