diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-09-23 13:11:22 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-09-23 13:11:22 +0000 |
commit | ebd85eadd870182e6cb1cfab9321df2210e4d1c6 (patch) | |
tree | 3b12211cf9292fc6254d9e2291c0f30486d1f12e /sys-fs/fuse | |
parent | fixed (diff) | |
download | gentoo-2-ebd85eadd870182e6cb1cfab9321df2210e4d1c6.tar.gz gentoo-2-ebd85eadd870182e6cb1cfab9321df2210e4d1c6.tar.bz2 gentoo-2-ebd85eadd870182e6cb1cfab9321df2210e4d1c6.zip |
Stable on ppc64; bug #148506
(Portage version: 2.1.1)
Diffstat (limited to 'sys-fs/fuse')
-rw-r--r-- | sys-fs/fuse/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/fuse/fuse-2.6.0_rc1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/fuse/ChangeLog b/sys-fs/fuse/ChangeLog index 7cd935d8ceb7..5d58fab9fed4 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.57 2006/09/11 14:29:19 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.58 2006/09/23 13:11:22 corsair Exp $ + + 23 Sep 2006; Markus Rothe <corsair@gentoo.org> fuse-2.6.0_rc1.ebuild: + Stable on ppc64; bug #148506 *fuse-2.6.0_rc1 (11 Sep 2006) diff --git a/sys-fs/fuse/fuse-2.6.0_rc1.ebuild b/sys-fs/fuse/fuse-2.6.0_rc1.ebuild index df5dddac2cd5..7590237cfd78 100644 --- a/sys-fs/fuse/fuse-2.6.0_rc1.ebuild +++ b/sys-fs/fuse/fuse-2.6.0_rc1.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_rc1.ebuild,v 1.1 2006/09/11 14:29:19 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.6.0_rc1.ebuild,v 1.2 2006/09/23 13:11:22 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="kernel_linux kernel_FreeBSD" S=${WORKDIR}/${MY_P} PDEPEND="kernel_FreeBSD? ( sys-fs/fuse4bsd )" |